{% extends "base_with_margins.html" %} {% load extras %} {% load staticfiles %} {% block title %}{{ legislation.friendly_name }}{% endblock %} {% block content %} {% if legislation %}


{{ legislation.friendly_name }} {{ legislation.inferred_status | inferred_status_label | safe }}

{% if legislation.topics %}

{% for tag in legislation.topics %} {{ tag }}   {% endfor %}

{% endif %}

{% if legislation.abstract %}

{{ legislation.description }}

{{ legislation.abstract }}

{% else %}

{{ legislation.description }}

{% endif %}

View on the {{CITY_SOURCE_NAME}} website

{% if legislation.sponsorships.all %}
{% for s in legislation.sponsorships.all %} {% endfor %}
Sponsor {% if MUNICIPAL_DISTRICT_NAME %} {{MUNICIPAL_DISTRICT_NAME}} {% else %} District {% endif %} Role
{{s.person.name}}
{{ s.person.link_html | safe }} {{s.person.current_council_seat}} {% if s.is_primary %} Primary sponsor {% else %} Sponsor {% endif %}
{% endif %} {% if actions %}

History

{% for action in actions %} {% endfor %}
Date Action Legislative body
{{action.date|date:'M d, Y'}} {{action.description | remove_action_subj}} {{action.organization.link_html|safe}}
{% if legislation.unique_related_events %}

Relevant Events

{% for event in legislation.unique_related_events %}

{{event.start_time | date:'M d, Y' }} - {{event.link_html | safe}}

{% endfor %} {% endif %} {% endif %} {% if legislation.addresses %}

Locations mentioned

{% endif %} {% if legislation.attachments %}

Attachments ({{ legislation.attachments | length }})

{% endif %} {% if legislation.full_text != "" %}

Legislation text

{{ legislation.full_text|safe }}
{% elif legislation.full_text_doc_url %}

Legislation text

Download PDF

{% endif %}
{% if DISQUS_SHORTNAME %}

Comments

{% endif %}
{% else %}

Legislation not found

{% endif %} {% endblock %} {% block extra_js %} {% endblock %}