{% 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,20) %} #} {% with items = items or h.odsh_get_facet_items_dict(name,20) %} {% if items %} {# TODO: when there are more than N facets ('with items...' above), how many should be displayed and how should these links look? Pascal R. 12.10.2018 #} {#
#} {% else %}{{ _('There are no {facet_type} that match this search').format(facet_type=title) }}
{% endif %} {% endwith %} {% endblock %}