{% 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 groups you own.{% endblocktrans %}

{% blocktrans %}Groups are collections of users.{% endblocktrans %}

{% blocktrans %}You can share templates with your groups, so that they can run instances of those templates. {% endblocktrans %}

toggle
{% endblock %} {% block title %} {% trans "My Groups" %} {% endblock title %} {% block content %} {% endblock content %}