{% extends "base.html" %} {% block title %}Calls {{ day.isoformat() }}{% endblock %} {% block body %}

← back ยท printable list

Calls for {{ day.isoformat() }}

{% if day_calls %}
{% for c in day_calls %} {% endfor %}
#StudentStatusAssessment NoteDelete
{{ loop.index }} {{ c.student.name }}

{% else %}

No calls recorded for this day.

{% endif %} {% endblock %}