{% from 'macro/form.twig' import selected %}

Apply for a role at {{ constant('SITE_NAME') }}

{% if is_admin or is_applicant %} {% endif %}
{% for role_id, role in list %} {% if loop.first %}
Open Roles
{% endif %} {% if loop.last %}
{{ role.title }}
{{ role.description|bb_format }}
{% endif %} {% else %}

Thanks for your interest in helping {{ constant('SITE_NAME') }}! There are no openings at the moment. Keep an eye on the front page or the forum for announcements in the future.

{% endfor %} {% if list %} {% if error %}
{{ error }}
{% endif %}
Your Role at {{ constant('SITE_NAME') }}
Choose a role from the following list:
Your cover letter
Give us least 80 characters to convince us! {{ body.emit|raw }}
{{ body.button|raw }}
{% endif %}