{% extends "../base.html" %} {% load crispy_forms_tags %} {% block page_title %}Grading System{% endblock page_title %} {% block content %}
Maintain a consistent grading scale across assessments and reports.
You can add, edit, or delete grading bands below.
{% else %}Only Admin or Director of Studies can add grading systems.
{% endif %}{% if can_manage_grading %}Get started by adding grading systems using the button above.{% else %}No grading systems have been configured yet.{% endif %}