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