{% extends "billy/web/public/base.html" %} {% load url from future %} {% load billy_utiltags %} {% load i18n %} {% block content %}

{{metadata.legislature_name}} Event page

{% for speech in speeches %} {% if speech.speaker_id %} {% else %} {% endif %} {% endfor %}
{% trans "Who" %} {% trans "What they said" %}
{{speech.speaker}}{{speech.speaker}}{{speech.text}}
{% endblock %}