{% 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 %}| Sponsor | {{CITY_VOCAB.MUNICIPAL_DISTRICT}} | Role | |
|---|---|---|---|
|
|
{{ s.person.link_html | safe }} | {{s.person.current_council_seat}} | {% if s.is_primary %} Primary sponsor {% else %} Sponsor {% endif %} |
| Date | Action | Legislative body |
|---|---|---|
| {{action.date|date:'M d, Y'}} | {{action.description | remove_action_subj}} | {{action.organization.link_html|safe}} |
{{event.start_time | date:'M d, Y' }} - {{event.link_html | safe}}
{% endfor %} {% endif %} {% endif %} {% if legislation.addresses %}