{% extends "devilry_gradingsystem/admin/reconfigurebase.django.html" %} {% load i18n %} {% load url from future %} {% block heading %} {% trans "How would you like to provide feedback to your students?" %} {% endblock heading %} {% block content %}
{% if form.errors %} {% include "devilry_subjectadmin/include/django_formerrors_as_alertboxes.django.html" with form=form %} {% endif %}
{% trans "Warning" %}: {% trans "This selection can not be reverted. You will have to re-run this wizard later to change your selection." %}

{% trans "Please select how you provide feedback to your students from the list below. Your selection starts a wizard that you have to complete before any deliveries can be corrected on this assignment." %}

{% for plugin in pluginregistry %}

{{ plugin.title }}

{{ plugin.description }}

{% trans "Use this" %}
{% endfor %}

{% trans "If none of the choices for configuring the grading system fit your needs, please go back to the previous page, and read about plugins." %}


{% trans "Previous" %}
{% endblock content %}