{#{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %}#} {% extends "django_cradmin/viewhelpers/listbuilderview/default.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock %} {% block pageheader-inner %} {% trans "Back to overview" %} {{ block.super }} {% endblock pageheader-inner %} {% block list %} {% if listbuilder_list.has_items %}

{% blocktrans trimmed %} Here you can set a grade for each group and add a comment that will be created when the feedback is published.
Note that no feedback will be published for groups without a grade set. Comment text is optional. {% endblocktrans %}

{% csrf_token %} {% cradmin_render_renderable listbuilder_list %}
{% blocktrans trimmed %} When submitted, the operation cannot be undone. {% endblocktrans %}
{% else %} {% block no-items-wrapper %}

{% block no-items-paragraph-contents %} {{ no_items_message }} {% endblock no-items-paragraph-contents %}

{% endblock no-items-wrapper %} {% endif %} {% endblock list %}