{% extends "billy/web/public/base.html" %} {% load url from future %} {% load humanize %} {% load i18n %} {% load customtags %} {% block title %}{{event.description|trunc}}{% endblock %} {% block content %}

{{event.description|trunc}}

{% trans "When" %}:
{{event.when|date:"M j, Y"}} ical
{% trans "Where" %}:
{{ event.location }}
{% trans "Transcript" %}:
Speeches

{% trans "Participants" %}

{% for participant in event.participants %} {% if participant.id %} {% if participant.participant_type == 'committee' %} {% endif %} {% if participant.participant_type == 'legislator' %} {% endif %} {% else %} {% endif %} {% endfor %}
{% trans "Who" %} {% trans "Role" %}
{{participant.participant}}{{participant.participant}}{{participant.participant}}{{participant.type|title}}
{% with bills=event.related_bills %} {% if bills.count %}

{% trans "Bills" %}

{% endif %} {% endwith %} {% if event.documents %}

{% trans "Documents" %}

{% endif %} {% sources event %} {% endblock %}