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

Link Subject to Competency

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

Mappings

{% for row in subject_competencies %} {% empty %} {% endfor %}
SectionSubjectCompetencyCoreAction
{{ row.section }} {{ row.subject }} {{ row.competency }} {% if row.is_core %}Yes{% else %}No{% endif %}
{% csrf_token %}
No mappings found.
{% endblock content %}