{% extends 'contents/_base.html' %} {% load i18n proposals %} {% block title %}{% trans 'Tutorials' %}{% endblock %} {% block content %}

{% trans 'Tutorials' %}

{% blocktrans trimmed %}Tutorial are events held as part of the main conference, but attendees need to register separately in order to join. They are either half- or one-day (three or six hours) events held to help participants better understand talks during the conference, or get their hands on more Python applications.{% endblocktrans %}

{% blocktrans trimmed %}Program schedule is subject to change. Please check this page frequently to get the latest version.{% endblocktrans %}

{% for object in object_list %} {% with event=object proposal=object.proposal %}

{{ proposal.title }}

{{ proposal.abstract }}

{% trans 'Show Details' %} {% if event.registration_link %} {% trans 'Register' %} {% endif %}
{% endwith %} {% endfor %} {% endblock content %}