{% load custom_filters %} {% if facet_pairs_list %}

{{ field_name|get_facet_label }}

{% for facet_pairs in facet_pairs_list %} {% for name, count in facet_pairs.items %} {{ name }}({{ count }})
{% endfor %} {% endfor %}
{% endif %}