{{'reference_search'|trans|title}}
{% set filterTag = app.request.get('tags') %}
{{'project_search_sorting_section'|trans|title}} {% set tagText = '' %} {% if filterTag|length > 0 %} {% for tag in tags %} {% if tag.country_code == filterTag %} {% set tagText = tag.country_code|trans|capitalize %} {% endif %} {% endfor %} {% else %} {% set tagText = 'any_country'|trans|title %} {% endif %}
{{ tagText }}
  • {{ "any_country"|trans|capitalize }}
  • {% set added = {} %} {% for tag in tags %} {% if tag["country_code"] and added[tag["country_code"]] is not defined %} {% set added = added|merge({(tag["country_code"]): true}) %}
  • {{ tag.country_code|trans|capitalize }}
  • {% endif %} {% endfor %}
{{ 'filters'|trans|title }}