{% load i18n %}{% load static %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% trans "Hired" %} {% trans "cancelled" %} {% trans "interview" %} {% trans "Test" %} {% trans "Initial" %}
{% comment %}
{% include 'stage/stage_component.html' %}
{% endcomment %} {% include 'filter_tags.html' %}
{% if recruitments %}
{% for rec in recruitments %}
{{rec.list|length}} {{rec.grouper}}
{% comment %} {% if perms.payroll.change_filingstatus or perms.payroll.delete_filingstatus or perms.payroll.add_taxbracket %}
{% endif %} {% endcomment %}
{% endfor %}
{% trans "Page" %} {{ recruitments.number }} {% trans "of" %} {{ recruitments.paginator.num_pages }}.
{% else %}
{% trans "No search result found!" %}
{% endif %}