{% extends 'base.html' %} {% block page_title %}Subject Competencies{% endblock page_title %} {% block content %} {% include 'secondary/_nav.html' %}
| Section | Subject | Competency | Core | Action |
|---|---|---|---|---|
| {{ row.section }} | {{ row.subject }} | {{ row.competency }} | {% if row.is_core %}Yes{% else %}No{% endif %} | |
| No mappings found. | ||||