{% load i18n %}{% load evil_tags %}{% load mail_tags %}

{% link_to_staff event.author %} {% trans 'asked' %}{{ event.author|declination_verb }} {% blocktrans with wiki_entity=event.page.dative %}for access for your {{ wiki_entity }}{% endblocktrans %} {{ title }}{% if reason %}, {% trans 'saying' %}:{% endif %}

{% if reason %}
{{ reason }} 
{% endif %}

{% trans 'Make the decision:' %}

  1. {% trans "Grant access to a group which" %} {% inflect_user event.author %} {% trans 'is a member of' %}. {% blocktrans with wiki_entity=event.page.prepositional %}This is probably the preferred option, because information on the {{ wiki_entity }} is also important to collegues of{% endblocktrans %} {% inflect_user event.author 'genitive' %}
  2. {% trans "Grant access only to" %} {% inflect_user event.author 'dative' %}
  3. {% trans "Refuse" %} {% inflect_user event.author 'dative' %} {% trans 'in access to page' %}.

{% trans 'Page address' %}: {{ page_tag }}.