{% extends 'settings.html' %} {% block settings %} {% load i18n static %} {% include "generic/components.html" %}
{% comment %}

{% trans 'Reject Reasons' %}

{% if perms.recruitment.add_rejectreason %} {% endif %}
{% endcomment %}
{% comment %} {% 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 %} {% endcomment %}
{% endblock %}