{% 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 description sheet:'|trans}} {{location.description|e}}

{% endif %} {% if show_details %} {% if show_image %} Location Image {% endif %}
{{location.description|e}}
{{'Address:'|trans}}
{% if location.address1 %}
{{location.address1|e}}
{% endif %} {% if location.address2 %}
{{location.address2|e}}
{% endif %} {% if location.locality %}
{{location.locality|e}}
{% endif %} {% if location.city %}
{{location.city|e}}
{% endif %} {% if location.state %}
{{location.state|e}}
{% endif %} {% if location.postcode %}
{{location.postcode|e}}
{% endif %} {% if location.country %}
{{location.country|e}}
{% endif %} {% if location.region %}
{{location.region|e}}
{% endif %}
{% endif %} {% if show_map %}
{% endif %}