{% extends "cradmin_legacy/roleselect.django.html" %} {% load i18n %} {% load cradmin_legacy_tags %} {% block title %}{% trans "Select course" %}{% endblock title %} {% block body %}
{% 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 %}