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