{% extends "base.html" %} {% block title %}{{ course.title or "Cold Call" }}{% endblock %} {% block body %}
{{ roster_count }} active students on the roster; {{ present_count }} available on {{ day.isoformat() }} ({{ optout_count }} opted out).
Live cold call · Calls for {{ day.isoformat() }} · Report · Grades · Schedule · Settings
View the list for {{ day.isoformat() }}
{% endif %} {% if recent_days %}| Date | Calls | Answered | |
|---|---|---|---|
| {{ d.isoformat() }} | {{ total }} | {{ answered or 0 }} | edit · print |