{% extends 'schedule_base.html' %} {% block schedule_content %} Overview {% for day in days %} {% with day.date|date:"m" as month_padded %} {% with day.date|date:"d" as day_padded %} {{ day.date|date:"l" }} {% endwith %} {% endwith %} {% endfor %}
{% block program_content %} {% endblock program_content %} {% endblock schedule_content %}