{% ckan_extends %} {% set hide_empty = true %} {% block facet_list %} {% set hide_empty = hide_empty or false %} {% with items = items or h.get_facet_items_dict(name, search_facets or c.search_facets) %} {% if items or not hide_empty %} {% if within_tertiary %} {% set nav_class = 'nav nav-pills nav-stacked' %} {% set nav_item_class = ' ' %} {% set wrapper_class = 'nav-facet nav-facet-tertiary' %} {% endif %} {% block facet_list_item %} {% if title = 'Organization' %} {% else %}
{% block facet_list_heading %}

{% set title = title or h.get_facet_title(name) %} {{ title }}

{% endblock %} {% block facet_list_items %} {% with items = items or h.get_facet_items_dict(name, search_facets or c.search_facets) %} {% if items %} {% else %}

{{ _('There are no {facet_type} that match this search').format(facet_type=title) }}

{% endif %} {% endwith %} {% endblock %}
{% endif %} {% endblock %} {% endif %} {% endwith %} {% endblock %}