{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load static %} {% load i18n %} {% load cradmin_tags %} {% block title %} {% trans "Administrator dashboard" %} {% endblock title %} {% block pageheader-inner %}

{% trans "Administrator dashboard" %}

{% endblock pageheader-inner %} {% block content %} {% if request.user.is_superuser %}
{% trans "Create new course" %}
{% endif %} {{ block.super }}

{% trans "Find a student" %}

{% blocktrans trimmed %} Click the button below to search for a student and find all their assignments. When you find an assignment, you can move their deadlines, communicate with the student, and view details about their deliveries and feedback. {% endblocktrans %}

{% trans "Find a student" %}

{% endblock content %}