{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block title %} {{ pagetitle }} {% endblock title %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock pageheader-outer-extraclasses %} {% block pageheader-inner %} {{ block.super }} {% trans "Back to overview" %} {% endblock pageheader-inner %} {% block content %}

{% blocktrans trimmed %} Please select a student. Use the search box to find the student. You can search by both full name and username/email. {% endblocktrans %}

{{ block.super }} {% endblock content %}