{% extends 'index.html' %} {% block content %} {% load i18n %} {% load static %}
{% trans "Candidates" %}
{% if perms.recruitment.add_candidate %} {% trans "Create" %} {% endif %}
Page not found. 404.
{% trans "There are currently no candidates to consider." %}
{% endblock content %}