{% load i18n %} {% if SEARCH_FILTERS.CATEGORIES_ENABLED %} {% trans "Categories" %} {% if facet_type == 'layers' %} {% verbatim %} {{ category.gn_description | limitTo: 20 }}{{ category.gn_description.length > 20 ? '...' : ''}} {{ category.layers_count }} {% endverbatim %} {% else %} {% verbatim %} {{ category.gn_description | limitTo: 20 }}{{ category.gn_description.length > 20 ? '...' : ''}} {{ category.count }} {% endverbatim %} {% endif %} {% endif %} {% if SEARCH_FILTERS.OWNERS_ENABLED %} {% trans "Owners" %} {% verbatim %} {{ owner.username }} {{ owner.count }} {% endverbatim %} {% endif %} {% if SEARCH_FILTERS.DATE_ENABLED %} {% trans "Date" %} {% trans "Date begins after:" %} {% trans "Date ends before:" %} {% endif %}