{{ _('Current Openings') }}

{% from "macros/jobs.html" import render_active %} {% set items = this.children.filter(F.active == True).all() %} {% if items|length > 1 %} {% for item in items %} {{ render_active(item, this.alt) }} {% endfor %} {% else %}

{{ _('At the moment, we don\'t have any official open positions. Please check back soon, though!') }}

{% endif %}

{{ _('Previous Openings') }}

    {% set items = this.children %} {% for item in items.filter(F.active == False) %}
  • {{ item.title }}
  • {% endfor %}

{{ _('Think you could help us in a position that\'s not listed? We also rely on a vast community of volunteer contributors and many have become paid staff.') }} {{ _('We invite you to join us on IRC to find how you can get involved.') }}