{% extends "base.html" %} {% block title %}Exception Days — Mornings{% endblock %} {% block content %}
Add Exception Day
{% if exceptions %}
{% for e in exceptions %} {% endfor %}
Date Label Override Actions
{{ e.date }} {{ e.label }} {{ e.schedule_override }}
{% else %}

No exception days. Add one.

{% endif %} {% endblock %}