{% if facet_name == 'topics' %}
{% for name, count in facets.fields.topics %}
{% if count and name == 'Routine' or name == 'Non-Routine'%}
{% include 'partials/search_filter_item.html' %}
{% endif %}
{% endfor %}
{% for name, count in facets.fields.topics %}
{% if count and name != 'Routine' and name != 'Non-Routine'%}
{% include 'partials/search_filter_item.html' %}
{% endif %}
{% endfor %}
{% elif facet_name == 'sponsorships' %}
{% if facets.fields.legislative_session|length > 1 %}
{% for name, count in facets.fields.sponsorships %}
{% if count and name in current_council_members %}