{% extends 'base_with_margins.html' %} {% load extras %} {% load highlight %} {% block title %} {% if request.GET.q %} Search results for '{{ request.GET.q }}' {% else %} Search Legislation {% endif %} {% endblock %} {% block content %}

Search {{CITY_NAME}} legislation

{% if facets.fields.topics %}
{% endif %} {% if facets.fields.legislative_session %} {% if facets.fields.legislative_session|length > 1 %} {% endif %} {% endif %} {% if selected_facets %}
Clear Filters {% endif %}
{% if query %}

{{ paginator.count }} legislation result{{ paginator.count|pluralize }} for '{{ request.GET.q }}'

{% endif %} {% for result in page.object_list %}

{{ result.object.friendly_name }} {{ result.object.inferred_status | inferred_status_label | safe }}

{% if query %}

{% highlight result.text with query css_class "bg-info" %}

{% else %}

{{result.object.listing_description | short_blurb}}

{% endif %}

{{result.object.last_action_date|date:'n/d/Y'}} - {{result.object.current_action.description | remove_action_subj }}

{% if result.object.primary_sponsor %}

{{result.object.primary_sponsor.person.name}}

{% endif %}

{% if result.object.topics %} {% for tag in result.object.topics %} {{ tag }}   {% endfor %}
{% else %} {% for tag in result.object.pseudo_topics %} {{ tag | committee_topic_only }}   {% endfor %}
{% endif %}

{% empty %}

This site has data from the current legislative session, which goes back to 2014. If you're searching for something older, you can browse the {{ CITY_COUNCIL_NAME }} Legistar site .

We'd be happy to help you find what you're looking for - contact us!

{% endfor %}
{% if page.has_previous or page.has_next %}
{% endif %} {% endblock %} {% block extra_js %} {% endblock %}