{% extends "base.html" %} {% block title %}Requirements{% endblock %} {% block page_title %}Class-Subject Requirements{% endblock %} {% set active = "requirements" %} {% block content %}
ℹ️ What is this? Define which teacher teaches which subject to which class, and how many periods per week. This drives the auto-generation engine.

Add Requirement

{% include "partials/req_list.html" %}
{% endblock %}