{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ action }} Program | Admin Portal{% endblock %} {% block nav_programs %}active{% endblock %} {% block content %}
{% csrf_token %} {% crispy form %}
{% if program %}

Deactivating a program hides it from new applications and timetable filters but does not affect existing enrolled students.

{% endif %}
{% endblock %}