{% 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
Legislation status
Legislation type
Controlling Body
Sponsor
{{ result.object.friendly_name }} {{result.object.inferred_status}}
{% 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.committees_involved %}
{% for c in result.object.committees_involved %}
{{ c | committee_topic_only }}
{% endfor %}
{% endif %}
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 New York City Council Legistar site.
We'd be happy to help you find what you're looking for - contact us!
{% endfor %}