{% load i18n %} {% load horillafilters %} {% load static %}
{% if document.document %} {% if perms.horilla_document.change_documentrequest %} {% if document.status == "approved" %} {% else %} {% endif %} {% if document.status == "rejected" %} {% else %} {% endif %} {% endif %} {% endif %}
{% if document.document %} {% if document.status == 'rejected' %}

{% trans "Reject Reason: " %}

{{document.reject_reason}}

{% endif %} {% else %}
Page not found. 404.

{% trans "No Document to view." %}

{% endif %}