{% extends "base.html" %} {% block title %}Live — {{ course.title or "Cold Call" }}{% endblock %} {% block body %}
{{ present_count }} of {{ roster_count }} students available ({{ optout_count }} opted out).
{% if call %}{{ call.student.name }}
{% if call.student.sortable_name %}{{ call.student.sortable_name }}
{% endif %}No students available to call.
{% endif %} {% if day_calls %}| # | Student | Outcome |
|---|---|---|
| {{ loop.index }} | {{ c.student.name }} | {{ c.assessment or c.status }} |