{% extends "django_cradmin/roleselect.django.html" %} {% load i18n %} {% block body %}
{{ block.super }}{% 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 %}