{% extends "site_base.html" %} {% block head_title %}Conference Schedule Edit{% endblock %} {% block body_class %}full{% endblock %} {% block right %} {% endblock %} {% block extra_head %} {% endblock %} {% block body %}

Conference Schedule Edit

Wednesday

{% with wednesday as day %}{% include "schedule/_grid.html" %}{% endwith %}

Thursday

{% with thursday as day %}{% include "schedule/_grid.html" %}{% endwith %}

Friday

{% with friday as day %}{% include "schedule/_grid.html" %}{% endwith %}

Saturday

{% with saturday as day %}{% include "schedule/_grid.html" %}{% endwith %}

Sunday

{% with sunday as day %}{% include "schedule/_grid.html" %}{% endwith %} {% endblock %} {% block extra_body %} {% endblock %}