{% if raw_links %}
{% endif %}
{% for tab in state_tabs %}
{% if tab.selected %}
{{ tab.label }}
{{ tab.count }}
{% else %}
{{ tab.label }}
{{ tab.count }}
{% endif %}
{% endfor %}