{% load extras %}
{{ legislation.description }}
{{ legislation.abstract }}
{% else %}{{ legislation.description }}
{% endif %} {% endif %} {% if request.GET.view == 'actions' %} {% if actions %}Date | Action | Legislative body |
---|---|---|
{{action.date|date:'n/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 %} {% endif %} {% if request.GET.view == 'sponsors' %} {% if legislation.sponsorships.all %}Sponsor | {% if MUNICIPAL_DISTRICT_NAME %} {{MUNICIPAL_DISTRICT_NAME}} {% else %} District {% endif %} | Role | |
---|---|---|---|
|
{{ s.person.link_html | safe }} | {{s.person.current_council_seat}} | {% if s.is_primary %} Primary sponsor {% else %} Sponsor {% endif %} |