{% for facets_item in facets %}
{{ facets_item['facet_label'] }}
{% for _item in facets_item['facet_items'] %}
{{ _item['label'] }}{{ _item['num'] }}
{% endfor %}
{% endfor %} {% if not facets %} {% endif %} {% if show_selection %}
{% endif %} {% if reset_selection %}
{% endif %} {% if save_snapshot %}
{% endif %}
{{ contents }}