{% extends 'base.html' %} {% block page_title %}A-Level Component Weights{% endblock page_title %} {% block content %} {% include 'secondary/_nav.html' %}

Policy Filter

Add Component Weight

{% if policy_options %}
{% csrf_token %} {{ form.as_p }}
{% else %}

Create an active A-Level policy first.

{% endif %}

Configured Component Weights

{% for weight in weights %} {% empty %} {% endfor %}
Subject Component Weight Required Action
{{ weight.subject.name }} {{ weight.get_component_type_display }} {{ weight.weight }}% {% if weight.is_required %}Yes{% else %}No{% endif %}
{% csrf_token %}
No component weights configured for selected policy.
{% endblock content %}