{% load i18n %} {% load rules %} {% load content_filters %} {{ poi_translation.get_status_display }} {% if poi_translation %} {{ poi_translation.title }} {% else %} {% trans 'Translation not available' %} {% endif %} {% if backend_language and backend_language != language %} {% if poi.backend_translation %} {{ poi.backend_translation.title }} {% else %} {% trans 'Translation not available' %} {% endif %} {% endif %} {{ poi.address }} {{ poi.postcode }} {{ poi.city }} {{ poi.country }} {% if perms.cms.delete_poi %} {% if poi.events.exists %} {% else %} {% endif %} {% endif %}