{% extends '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 }} {% endblock %} {% block content %}

{{ venue.address }}, {{ venue.country_name }}

{% if SPECTATOR_GOOGLE_MAPS_API_KEY %}
{% endif %} {% if event_list|length > 0 %}

Events

{% include 'events/includes/events_paginated.html' with event_list=event_list page_obj=page_obj only %} {% else %}

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 %}