{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block agenda_content %} {% include "agenda/header_row.html" %}
{% for speaker in speakers %}{% for talk in speaker.talks %} {{ quotation_open }}{{ talk.title }}{{ quotation_close }} {% if not forloop.last %} | {% endif %} {% endfor %} {% if not forloop.last %}