{% extends "base.html" %} {% block title %}Schedule — {{ course.title or "Cold Call" }}{% endblock %} {% block body %}
When class days are listed here, the student opt-out form only offers these dates. With no days listed, students can pick any date.
{% set dmin = course.start_date.isoformat() if course.start_date else "" %} {% set dmax = course.end_date.isoformat() if course.end_date else "" %}| {{ d.date.strftime("%a %b %-d, %Y") }} |