{% extends "base_with_margins.html" %} {% load extras %} {% load staticfiles %} {% block title %}{{ legislation.friendly_name }}{% endblock %} {% block content %} {% if legislation %}
{% for tag in legislation.topics %}
{{ tag }}
{% endfor %}
{{ legislation.description }}
{{ legislation.abstract }}
{% else %}{{ legislation.description }}
{% endif %}View on the {{CITY_VOCAB.SOURCE}} website
{% if legislation.sponsorships.all %}{% if legislation.sponsorships.all|length > 1 %} Sponsors ({{legislation.sponsorships.all|length}}) {% else %} Sponsor {% endif %} | {{CITY_VOCAB.MUNICIPAL_DISTRICT}} | |
---|---|---|
|
{{ s.person.link_html | safe }} Primary Sponsor | {{s.person.current_council_seat}} |
|
{{ s.person.link_html | safe }} | {{s.person.current_council_seat}} |
Date | Action | Legislative body |
---|---|---|
{{action.date|date:'n/d/y'}} | {{action.description | remove_action_subj}} {% if action.related_organization %} to {{action.related_organization.link_html|safe}} {% endif %} | {{action.organization.link_html|safe}} |
{{event.start_time | date:'M d, Y' }} - {{event.link_html | safe}}
{% endfor %} {% endif %} {% if legislation.addresses %}