{% load i18n %} {% if is_owner and group_changes %}

{% trans "MSG.GROUPCHANGE" %}

{% for groupchange in group_changes %} {% endfor %}
{{ groupchange.datetime|date:"SHORT_DATE_FORMAT" }} {{ groupchange.user.get_full_name }} {% if groupchange.type == 1 %}{% if groupchange.user.gender == 'F'%}{% trans "MSG.ADD_FEMAIL" %}{% else %}{% trans "MSG.ADD_MAIL" %}{% endif %}{% else %}{% if groupchange.user.gender == 'F' %}{% trans "MSG.DELETED_FEMAIL" %}{% else %}{% trans "MSG.DELETED_MAIL" %}{% endif %}{% endif %} {{ groupchange.group.name }}
{#

{% blocktrans count counter=list.subscribers_count %}MSG.TOTAL_SUBSCRIBER {{ counter }}{% plural %}MSG.TOTAL_SUBSCRIBERS {{ counter }}{% endblocktrans %}{#Всего {% with list.subscribers_count as count %}{{ count }} {% qnoun "подписчик" %}{% endwith %}

#}
{% endif %}