{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ action }} Program | Admin Portal{% endblock %} {% block nav_programs %}active{% endblock %} {% block content %}
{% if action == 'Add' %}Create a new vocational training track.{% else %}Update this program's details.{% endif %}
Deactivating a program hides it from new applications and timetable filters but does not affect existing enrolled students.