{% extends 'index.html' %} {% load static %} {% block content %} {% load i18n %}
{% if perms.recruitment.add_recruitment %}
{% trans "Recruitments" %}
{% endif %}
{% if perms.recruitment.add_recruitment %} {% endif %}
{% if perms.recruitment.add_recruitment %} {% include 'pipeline/form/recruitment_drop_down_form.html' %} {% endif %}
Page not found. 404.

{% trans "No Records found." %}

{% if request.GET.closed %} {% trans "At present, there is no closed recruitment." %} {% else %} {% trans "At present, there is no ongoing recruitment." %} {% endif %}

{% endblock content %}