{% extends 'spectator_events/base.html' %} {% block head_extra %} {% if SPECTATOR_GOOGLE_MAPS_API_KEY %} {% endif %} {{ block.super }} {% endblock %} {% block head_page_title %}{{ venue.name }}{% endblock %} {% block content_title %}{{ venue.name }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
{{ venue.address }}, {{ venue.country_name }}
{% if SPECTATOR_GOOGLE_MAPS_API_KEY %} {% endif %} {% if event_list|length > 0 %}There are no events to show.
{% endif %} {% endblock content %} {% block sidebar %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock %} {% block foot_extra %} {% if SPECTATOR_GOOGLE_MAPS_API_KEY %} {% load static %} {% endif %} {{ block.super }} {% endblock %}