{% 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 %}
{% 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 %} {% 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." %}