{% extends "page.html" %} {% block table %} {% for talk_num, talk in TALKS.iteritems() %} {# Write description of the talk #} {% endfor %}
# Giorno Orario Titolo Relatore/Relatrice/i Abstract Stanza
{{ talk_num }} {{ talk.Day }} {{ talk.Schedule }} {{ talk.Title }} {{ talk.Speaker }} {{ talk.Abstract }} {{ talk.Room }}
{% endblock table %}