{% extends "base.html" %} {% block title %}Edit session{% endblock %} {% block content %}

Edit delivery session

{{ ds.area_name }} — M{{ ds.module_number }}: {{ ds.module_name }}
Update the planned schedule below. When the class is actually delivered, record the conducted date on the attendance log (or here if already completed).

Planned schedule

When class was conducted

Only for completed sessions. May differ from the planned schedule above.

{% if ds.status != 'cancelled' %} Attendance log {% endif %} Cancel

{% endblock %}