{% load i18n %} {% load foirequest_tags %} {% load account_tags %} {% load form_helper %}
{% blocktrans %}This request received documents that we are not allowed to publish. However, every person can get individual access to these documents by requesting them below.{% endblocktrans %}
{% if user.is_authenticated %} {% if object.user == user %}{% blocktrans with email=SITE_EMAIL %}You stated that you are not allowed to publish the received documents. If this was a mistake, please contact {{ email }}.{% endblocktrans %}
{% else %} {% if object.same_as.user == user %}{% blocktrans %}You made the original request.{% endblocktrans %}
{% else %} {% check_same_request object user "same_request" %} {% if same_request %} {% blocktrans %}You made an identical request.{% endblocktrans %} {% else %} {% endif %} {% endif %} {% endif %} {% else %} {% endif %}{% blocktrans count counter=object.identical_count %}So far one person also requested this document.{% plural %}So far {{ counter }} people requested this document.{% endblocktrans %}