{% 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 %}

Add a call

For recording a call after the fact — e.g. someone you called on who wasn't on the list.

{% endblock %}