{% extends 'index.html' %} {% load static %} {% block content %} {% load i18n %} {% trans "Recruitments" %} {% trans "Job position" %} ------------------ {% for job_position in job_positions %} {{job_position}} {% endfor %} {% trans "Filter" %} {% if perms.recruitment.add_recruitment %} {% trans '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 %}