{% trans "Recruitments" %}
{% if perms.recruitment.add_recruitment %}
{% endif %}
{% if perms.recruitment.add_recruitment %}
{% include 'pipeline/form/recruitment_drop_down_form.html' %}
{% endif %}
{% if request.GET.closed %}
{% trans "At present, there is no closed recruitment." %}
{% else %}
{% trans "At present, there is no ongoing recruitment." %}
{% endif %}
{% endblock content %}