{% extends "base.html" %} {% load i18n %} {% load lingua %} {% block content %} {% for person in persons %} {% endfor %}
{% if reporter.staff_id == target.staff_id %} {% trans "reject.you_requested" %} {% else %}

{{ reporter|username }} {% trans "reject.requested" context reporter.get_gender_display %}

{% endif %}

{% if mail_template_language == 'ru'%}{{ person|inflate_name_acc|username }}{% else %}{{ person|username }}{% endif %}{% if not forloop.last %},{% endif %}

{% trans "reject.from" %} {% if mail_template_language == 'ru'%}{{ who|inflate_name_gen|username }}{% else %}{{ who|username }}{% endif %}.

{{ who|username }} {% trans "reject.rejected_request" context who.get_gender_display %}.

{% include "_common_links.html" %}
{% endblock %}