{% load i18n %} {% load static %}
{% trans "Order by" %}
{% trans "Filter by" %}
{% if filters.keywords %} {% trans "keyword:" %} {{filters.keywords}} {% endif %} {% if filters.country %} {% for country in countries %} {% if country.code == filters.country %} {% trans "country" %}: {{country.name}} {% endif %} {% endfor %} {% endif %} {% if filters.orgTypes %} {% trans "type:" %} {{filters.orgTypes}} {% endif %} {% if request.get_full_path != "/organisations" %} {% trans "Clear current search query and filters" %} {% endif %}
{{ counter }} {% if counter != 1 %} {% trans "organisations" %} {% else %} {% trans "organisation" %} {% endif %} {% trans "found" %}