{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ action }} Timetable Entry{% endblock %} {% block nav_teacher_timetable %}active{% endblock %} {% block content %}
{% csrf_token %} {% crispy form %}

You can only add or edit timetable entries for the programs assigned to you.

{% endblock %} {% block extra_js %} {% include "partials/timetable_course_filter.html" %} {% endblock %}