{% load i18n %} {% load content_filters %} {% load poi_filters %} {% if poi_query and region %} {% if poi_query_result|length > 0 or create_poi_option %} {% get_current_language as LANGUAGE_CODE %} {% get_language LANGUAGE_CODE as current_language %} {% endif %} {% endif %}