{% 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}}
{% 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 %}
{% if show_phone and location.phone %}
{{'Phone:'|trans}}
{{location.phone|e}}
{% endif %} {% if show_fax and location.fax %}
{{'Fax:'|trans}}
{{location.fax|e}}
{% endif %} {% if show_email and location.email %}
{% endif %} {% if show_website and location.url %}
{{'Url:'|trans}}
{% endif %}
{% endif %} {% if show_map %}
{% endif %}