{% load i18n %} {% load static %} {% load countries %} {% get_countries as countries %}
{% trans "Order by" %}
{% trans "Filter by" %}
{% if user.is_staff %} {% endif %}
{% if filters.country %} {% trans "country" %}: {{filters.country}} {% endif %} {% if filters.keywords %} {% trans "keyword:" %} {{filters.keywords}} {% endif %} {% if filters.topic %} {% trans "topic:" %} {{filters.topic}} {% endif %} {% if filters.status %} {% trans "status:" %} {{filters.status}} {% endif %} {% if filters.participationTask %} {% trans "participation task:" %} {{filters.participationTask}} {% endif %} {% if request.get_full_path != "/projects" %} {% trans "Clear current search query and filters" %} {% endif %}
{{ counter }} {% if counter != 1 %} {% trans "projects found" %} {% else %} {% trans "project found" %} {% endif %}