{% 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 %}
{{ message }}
{% 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: