{% 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 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 %}

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