{% ckan_extends %} {% 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 %}