{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block boxhelp %}
{% trans

{% blocktrans %}This is the list of this group's members.{% endblocktrans %}

{% blocktrans %}Members are the people who can start new instances of templates shared with the group. {% endblocktrans %}

eye
{% endblock %} {% block title %} {% trans "Members of" %}: {{group.name}} {% endblock title %} {% block content %} {% endblock content %}