{% extends 'contents/_base/events.html' %} {% load i18n staticfiles %} {% load pycontw_tools %} {% block title %}{% trans 'Schedule' %}{% endblock title %} {% block page_title %}

{% trans 'Schedule' %}

{% endblock page_title %} {% block content %} {% for message in messages %} {% endfor %}
{% url 'page' path='events/overview' as overview_url %} {% url 'page' path='events/keynotes' as keynote_url %} {% url 'events_talk_list' as talk_list_url %} {% blocktrans trimmed %} This is the full schedule of talks for PyCon Taiwan 2016. See also: {% endblocktrans %}
{% blocktrans trimmed %} Program schedule are subject to change. Please check this page frequently to get the latest version. {% endblocktrans %}

{% trans 'Quick Jump' %}

{% trans 'Day 1' %} {% trans 'Day 2' %} {% trans 'Day 3' %}

{% block schedule %} {{ schedule_html|safe }} {% endblock schedule %} {% endblock content %} {% block scripts %} {{ block.super }} {# #} {% endblock scripts %}