{% extends "django_cradmin/roleselect.django.html" %} {% load i18n %} {% block body %}
{% trans "Back to the website" %}
{{ 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 %}