{% extends "sanza/_section.html" %} {% load i18n sanza_utils %}{% load url from future %} {% block section_title %}{{ name.capitalize }}{% endblock %} {% block section_data %} {% for g in groups %} {% endfor %}
{% trans "Group" %}{% trans "Description" %}{% trans "Members" %}
{{g.name}} {{g.description|default:" "}} {{g.entities.count}}
{% endblock %}