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