{% load i18n %} {% if SEARCH_FILTERS.CATEGORIES_ENABLED %} {% trans "Categories" %} {% verbatim %} {{ category.gn_description | limitTo: 25 }}{{ category.gn_description.length > 25 ? '...' : ''}} {{ category.count }} {% endverbatim %} {% 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 %}