{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Conferences

← back to agenda

{% for item in item_list %}
{{ item.start.strftime("%a, %d %b %Y") }}
{{ item.end.strftime("%a, %d %b") }}
{{ item.name }}
{{ item.topic }}
{{ item.location }}
{% endfor %}
{% endblock %}