{% extends 'base.html' %} {% load i18n %} {% block main %} {% include 'message_block.html' %}

{% trans 'The current distribution of rights for groups' %} {{ group.name }}

{% csrf_token %}

{% endblock %}