{% extends "layouts/l-page_16-80.html" %} {% load russian %} {% load i18n %} {% load mailarchive_extra %} {% block extra_title %}{{ list.name }} - {% endblock %} {% block l-page-class %}l-page_ml-subscribers{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %} {% include "mailarchive/_list/_header.html" %}
{% blocktrans count group_permissions_count as counter %}You want to revoke permissions from group{% plural %}You want to revoke permissions from groups{% endblocktrans %}{#Вы хотите отозвать доступ у групп{% if group_permissions_count == 1 %}ы{% endif %}#} {% for gp in group_permissions %}{{ gp.group.name }}{% if not forloop.last %}, {% endif %}{% endfor %}.
{% if to_unsubscribe %}
|
{{ user_ext.subscription_type|subscription_type_display }} |
|
|
{% with user_ext.reason_to_preserve as reason %} {% if reason == 'is_owner' %} {% trans "responsible" %}{#ответственный#} {% else %}{% if reason == 'permitted_groups' %} {% trans "is a member of group" %}: {% with user_ext.permitted_groups|first as g %}{{ g.name }}{% endwith %} {% else %}{% if reason == 'has_personal_permission' %} {% trans "personal permission" %}{#имеет личный доступ #} {% else %}{# неизвестная причина!! #} {% endif %}{% endif %}{% endif %} {% endwith %} | {% for group in user_ext.affected_groups %}{{ group.name }}{% if not forloop.last %}, {% endif %}{% endfor %} |