{% extends "schedule/base.html" %} {% load schedule_tags %} {% block head_title %}Conference Schedule{% endblock %} {% block extra_head %} {% endblock %} {% block body %}

Conference Schedule

E
= EXTREME PyCon
S
= Session link (for volunteering; click it to view the session)
{% if user.is_authenticated %}
Click to bookmark
Download your bookmarks ( iCalendar )
{% else %}
Log in to be able to bookmark talks and panels that interest you
{% endif %}
{% include "schedule/_subnav.html" %}
{% csrf_token %} {% schedule_cache %}

Wednesday

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

Thursday

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

Friday

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

Saturday

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

Sunday

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