{% extends "billy/web/public/base.html" %} {% load url from future %} {% load humanize %} {% load i18n %} {% load customtags %} {% block title %} {{bill.bill_id }} - {{metadata.display_name}} {{bill.session_details.display_name}} {% endblock %} {% block description %} {{metadata.display_name}} {{bill.chamber_name}} {{bill.type_string|title}} {{bill.bill_id}}: {{bill.title}}. {% endblock %} {% block headblock %} {% endblock %} {% block content %}
{{ metadata.name }} {{ bill.chamber_name }} {{bill.type_string|title}}
{% trans "Date" %} | ||
---|---|---|
{{ action.date|date:"M j, Y"}} | {% if action.related_votes %}{{ action.action_display|safe }} {% for vote in action.related_votes %} - Related Vote {% endfor %} | {% else %}{{ action.action_display|safe }} | {% endif %}
{% trans "Description" %} | {% trans "Date" %} | {% trans "Attendees" %} | {% trans "Location" %} | {#{% trans "Bills" %} | #}
---|---|---|---|---|
{{event.description}} | {{event.when|naturaltime}} | {% for participant in event.participants %} {% if participant.participant_type == 'legislator' %} {% if participant.id %} {{participant.participant}} {% else %} {{participant.participant}} {% endif %} {% elif participant.participant_type == 'committee' %} {% if participant.id %} {{participant.participant}} {% else %} {{participant.participant}} {% endif %} {% endif %} {% endfor %} | {{event.location}} | {% comment %}{% for bill in event.related_bills %} {% if bill.bill_id %} {{bill|underscore_field:"scraped_bill_id"}} {% else %} {{bill|underscore_field:"scraped_bill_id"}} {% endif %} {% endfor %} | {%endcomment %}