{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans "My Groups" %} {% endblock title %} {% block content %}
{% trans "You have no groups." %}
{% trans "Create a new one, and add your students to the new group." %}