{% if access_denied %}

{{'You do not have permission to view this page'|trans}}

{% endif %} {% if url_not_complete %}

{{'The URL provided is not complete'|trans}}

{% endif %} {% if no_location_selected %}

{{'No location selected, this slot will be blank in visitor mode.'|trans}}

{% endif %} {% if show_title %}

{{'Location details:'|trans}} {{location.description|e}}

{% endif %} {% if show_details %} {% if show_image and location.image_url %} Location image {% endif %}
{{location.description|e}}
{% if show_address %}
{{'Address:'|trans}}
{% if location.address1 %}
{{location.address1|e}}
{% endif %} {% if location.address2 %}
{{location.address2|e}}
{% endif %} {% endif %} {% if show_locality and location.locality %}
{{location.locality|e}}
{% endif %} {% if show_city and location.city %}
{{location.city|e}}
{% endif %} {% if show_state and location.state %}
{{location.state|e}}
{% endif %} {% if show_postcode and location.postcode %}
{{location.postcode|e}}
{% endif %} {% if show_country and location.country %}
{{location.country|e}}
{% endif %} {% if show_region and location.region %}
{{location.region|e}}
{% endif %}
{% endif %} {% if show_map %}
{% endif %}