{% extends "devilry_gradingsystem/admin/reconfigurebase.django.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load url from future %} {% block heading %} {% trans "Map points to grade" %} {% endblock heading %} {% block subheading %} {% include "devilry_gradingsystem/admin/currentprogress.django.html" %} {% endblock subheading %} {% block content %}

{% trans "Setup how you wish to map points to grade. Specify the grade in the first column, and the minimum number of points required to get that grade in the second column. The first row must have the value 0 in the second column." %}

{% for errormessage in validationerrors %}
{{ errormessage }}
{% endfor %}
{% crispy formset formsethelper %} {% include "devilry_gradingsystem/admin/backandforward-bar.django.html" %}

{% trans "Example" %}:

F0
E20
D40
C60
B85
A92
{% endblock content %}