{% load i18n %} {% if venue_object %} {% if venue_object.name %} {% endif %} {% if venue_object.street %} {% endif %} {% if venue_object.city %} {% endif %} {% if venue_object.country %} {% endif %} {% if venue_object.map_url %} {% endif %} {% if venue_object.venue_url %} {% endif %} {% if venue_object.comment %} {% endif %} {% endif %}
{{ venue_object.name }}
{{ venue_object.address }}
{{ venue_object.city }}
{{ venue_object.country }}
Load Map
{{ venue_object.venue_url }}
{{ venue_object.comment }}
{% if venue_object.longitude and venue_object.latitude %}
{% endif %}