{% extends 'settings.html' %} {% block settings %} {% load i18n static %}

{% trans 'Reject Reasons' %}

{% if perms.recruitment.add_rejectreason %} {% endif %}
{% if reject_reasons|length %} {% include 'settings/reject_reason_lines.html' %} {% else %}
Page not found. 404.
{% trans 'There is no reject reasons at this moment.' %}
{% endif %}
{% endblock %}