{% load i18n %} {% load horillafilters %} {% load basefilters %} {% load static %} {% include 'filter_tags.html' %} {% if documents %}
{% for document_list in documents reversed %}
{{document_list.grouper}}
{% comment %} # 918 {% endcomment %} {{document_list.list.0.upload_documents_count}} / {{ document_list.list.paginator.count }}
{% for document in document_list.list %}
{% if document.document %} {% if document.status == "approved" %} {% elif document.status == 'rejected' %} {% else %} {% endif %} {% else %} {% endif %}
{{document.title}} -- {{document.employee_id.get_full_name}} {{document.document_request_id.description|truncatechars:20}}
{% if perms.horilla_document.change_documentrequest %} {% if document.status == "approved" or not document.document %} {% else %} {% comment %} # 918 {% endcomment %} {% endif %} {% if document.status == 'rejected' or not document.document %} {% else %} {% endif %} {% endif %} {% if perms.horilla_document.delete_documentrequest %}
{% csrf_token %}
{% endif %}
{% endfor %}
{% trans "Page" %} {{ document_list.list.number }} {%trans "of" %} {{document_list.list.paginator.num_pages }}.
{% endfor %}
{% trans "Page" %} {{ documents.number }} {% trans "of" %} {{ documents.paginator.num_pages }}.
{% else %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "No documents found." %}

{% endif %}