{% extends "cradmin_legacy/roleselect.django.html" %} {% load i18n %} {% load cradmin_legacy_tags %} {% block title %}{% trans "Select course" %}{% endblock title %} {% block body %}
{% trans "Back to the frontpage" %}
{{ block.super }}

{% trans "Documentation" %}

{{ TRIX_ADMIN_DOCUMENTATION_LABEL }}

{% trans "Edit courses and users?" %}

{% trans "Need to create/edit courses, change active semester, or edit users?" %} {% if user.is_admin %} {% trans "Go to the superuser panel" %}. {% else %} {% trans "You need to ask a superuser to grant you superuser access." %} {% endif %}

{% endblock body %}