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

{% blocktrans %}This is the list of your own templates.{% endblocktrans %}

{% blocktrans %}Templates are customized versions of the base images.{% endblocktrans %}

{% blocktrans %}You can install all the needed software on a master machine, and it will be ready to run by your students in minutes. {% endblocktrans %}

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