{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block boxhelp %}
{% 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 %}
{% trans "You have no groups." %}
{% trans "Create a new one, and add your students to the new group." %}