{% extends "base.html" %} {% block title %}{{ course.title or "Cold Call" }}{% endblock %} {% block body %}
{{ roster_count }} active students on the roster; {{ present_count }} available today ({{ optout_count }} opted out).
Live cold call · Today's calls · Report · Grades · Schedule · Settings
Generating replaces any unresolved calls already pending for the day; recorded outcomes are kept.
{% if recent_days %}| Date | Calls | Answered | |
|---|---|---|---|
| {{ day.isoformat() }} | {{ total }} | {{ answered or 0 }} | edit · print |