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

{{metadata.legislature_name}}

{% for event in events %} {% endfor %}
{% trans "Sessions" %}
{{event.description}}
{% endblock %}