{% extends "box/base/box.html" %} {% load i18n %} {% load l10n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans "Templates" %} {% endblock title %} {% block content %}
{% trans "You have no own templates." %}
{% trans "Create a new one, and share it with your students. Or you can also use a common one." %}