{% extends 'index.html' %} {% load static %} {% block content %} {% load i18n %}
{% trans "Recruitments" %}
{% if perms.recruitment.add_recruitment %} {% endif %}
{% if perms.recruitment.add_recruitment %} {% include 'pipeline/form/recruitment_drop_down_form.html' %} {% endif %}
Page not found. 404. {% if request.GET.closed %}
{% trans "At present, there is no closed recruitment." %}
{% else %}
{% trans "At present, there is no ongoing recruitment." %}
{% endif %}
{% endblock content %}