{% load i18n static recruitmentfilters %} {% if perms.recruitment.add_candidatedocument or perms.recruitment.change_candidate %}
{% endif %}
{% for document in documents %}
{% if document.document %} {% if document.status == "approved" %} {% elif document.status == 'rejected' %} {% else %} {% endif %} {% else %} {% endif %}
{{document.title}}
{{document.document_request_id.description|truncatechars:60}}
{% if perms.recruitment.change_candidatedocument %} {% if document.status == "approved" %} {% else %} {% endif %} {% endif %} {% if perms.recruitment.delete_candidatedocument %}
{% csrf_token %}
{% endif %}
{% empty %}
No documents
{% trans "No documents have been uploaded yet." %}
{% endfor %}