{% extends 'base.html' %} {% block page_title %}Secondary Policies{% endblock page_title %} {% block content %} {% include 'secondary/_nav.html' %}

Create Policy ({{ policy_level }})

{% csrf_token %} {{ form.as_p }}

Configured Policies

{% for policy in policies %} {% empty %} {% endfor %}
Name Section Weights Rounding Bands Action
{{ policy.name }} {{ policy.section }} CA {{ policy.ca_weight }}% / Exam {{ policy.exam_weight }}% {{ policy.get_rounding_mode_display }} {{ policy.grade_band_count }} {% if policy.level == 'LOWER_SECONDARY' %} Grade Bands {% else %} Use A-Level scales {% endif %}
No policies configured.
{% endblock content %}