{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load rich_text %} {% load staticfiles %} {% block agenda_content %} {% include "agenda/header_row.html" %}
{% for talk in talks %}{{ talk.abstract|rich_text|truncatechars_html:300 }}
{% if not forloop.last %}