{% extends "devilry_gradingsystem/admin/reconfigurebase.django.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load url from future %} {% block heading %} {% trans "Set the maximum possible number of points" %} {% endblock heading %} {% block subheading %} {% include "devilry_gradingsystem/admin/currentprogress.django.html" %} {% endblock subheading %} {% block content %}

{% blocktrans with plugintitle=pluginapi.title %}The result of grading with the selected grading system, “{{ plugintitle }}”, is a number between zero and a value you have to configure. Please configure the maximum possible number of points.{% endblocktrans %}

{% crispy form %} {% include "devilry_gradingsystem/admin/backandforward-bar.django.html" %}
{% endblock content %}