{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block agenda_content %} {% include "agenda/header_row.html" %}

{% for speaker in speakers %} {% include "agenda/speaker_block.html" with speaker=speaker %} {% empty %} {% if search %} {% blocktranslate trimmed %} No speaker matches your search. {% endblocktranslate %} {% endif %} {% endfor %}
{% endblock %}