{% ckan_extends %} {% 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, 20) %} #} {% with items = items or h.odsh_get_facet_items_dict(name, search_facets)|selectattr('count')|list %} {% if items %}
{% else %}{{ _('There are no {facet_type} that match this search').format(facet_type=title) }}
{% endif %} {% endwith %} {% endblock %}