{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {{ formset.media }} {% endblock %} {% block content %}

Select Grading Method

There may be multiple ways for you to grade or view grades. Please select one. You may change it after your selection.

WARNING: If you have already entered grades with one method and then switch to another one, the grades you entered with the first method will be overwritten!

{% csrf_token %} {% if 'ecwsp.benchmark_grade' in settings.INSTALLED_APPS %}
{% endif %} {% if 'ecwsp.engrade_sync' in settings.INSTALLED_APPS %}
{% endif %} {% if allow_spreadsheet %}
{% endif %} {% if allow_manual %}
{% endif %}
{% endblock %}