{% extends "base_with_margins.html" %} {% load extras %} {% load static %} {% 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 %}

{% block description %} {% if legislation.abstract %}

{{ legislation.description }}

{{ legislation.abstract }}

{% else %}

{{ legislation.description }}

{% endif %} {% endblock %}
{% if legislation.sponsorships.all %}

Sponsors

{% for s in legislation.sponsorships.all %} {% if s.primary %} {% endif %} {% endfor %} {% for s in legislation.sponsorships.all %} {% if not s.primary %} {% endif %} {% endfor %}
{% if legislation.sponsorships.all|length > 1 %} Sponsors ({{legislation.sponsorships.all|length}}) {% else %} Sponsor {% endif %} {{CITY_VOCAB.MUNICIPAL_DISTRICT}}
{% if s.person %} {{s.person.name}} {% else %} {{s.name}} {% endif %}
{% if s.person %} {{ s.person.link_html|safe }} {% else %} {{ s.name }} {% endif %} Primary Sponsor {{s.person.current_council_seat}}
{% if s.person %} {{s.person.name}} {% else %} {{s.name}} {% endif %}
{% if s.person %} {{ s.person.link_html|safe }} {% else %} {{ s.name }} {% endif %} {{s.person.current_council_seat}}
{% endif %} {% if actions %}

History

{% for action in actions %} {% endfor %}
Date Action Legislative body
{{action.date_dt|date:'n/d/y'}} {{action.description | remove_action_subj}} {% if action.referred_org %} to {{action.referred_org.link_html|safe}} {% endif %} {{action.organization.link_html|safe}}
{% endif %} {% if legislation.unique_related_upcoming_events %}

Upcoming {{ CITY_VOCAB.EVENTS }}

{% for event in legislation.unique_related_upcoming_events %}

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

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

Locations mentioned

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

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

{% endif %} {% include 'partials/legislation_text.html' %}
{% if DISQUS_SHORTNAME %}

Comments

{% endif %}
{% else %}

Legislation not found

{% endif %} {% endblock %} {% block extra_js %} {% if USING_NOTIFICATIONS %} {% endif %} {% endblock %}