{% extends 'schedule_base.html' %} {% block schedule_content %} Overview {% for day in camp.camp_days %} {% with day.lower.date|date:"m" as month_padded %} {% with day.lower.date|date:"d" as day_padded %} {{ day.lower.date|date:"l" }} {% endwith %} {% endwith %} {% endfor %}
All {% for event_type in camp.event_types %} {{ event_type.name }} {% endfor %}
{% block program_content %} {% endblock program_content %} {% endblock schedule_content %}