{% extends "devilry_gradingsystem/admin/reconfigurebase.django.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load url from future %} {% block heading %} {% if assignment.points_to_grade_mapper == 'custom-table' %} {% trans "Select the grade required to pass" %} {% else %} {% trans "Set the minumum number of points required to pass" %} {% endif %} {% endblock heading %} {% block subheading %} {% include "devilry_gradingsystem/admin/currentprogress.django.html" %} {% endblock subheading %} {% block content %}
{% crispy form %} {% include "devilry_gradingsystem/admin/backandforward-bar.django.html" %}
{% endblock content %}