{% extends "base.html" %} {% block title %}Call list {{ day.isoformat() }}{% endblock %} {% block body %}
No call list has been generated for this day yet {%- if day_calls %} (the rows below are calls already recorded) {%- endif %}.
{% endif %}| # | Student | Notes | |
|---|---|---|---|
| {{ loop.index }} |
{% if c.student.avatar_url %}
|
{{ c.student.name }} {% if c.student.pronouns %} {{ c.student.pronouns }} {% endif %} {% if c.student.sortable_name and c.student.sortable_name != c.student.name %} ({{ c.student.sortable_name }}) {% endif %} | {% if c.status != "pending" %} {{ c.assessment or c.status }} {% endif %} |
No calls generated for this day yet.
{% endif %} {% endblock %}