{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Assign Programs — {{ teacher.get_full_name }}{% endblock %} {% block nav_staff %}active{% endblock %} {% block content %}
{% csrf_token %} {% crispy form %}

Assigned programs determine which timetable, students, and courses this teacher can see in their portal.

{% endblock %}