{% extends 'spectator_events/base.html' %} {% load spectator_events %} {% block head_extra %} {% if SPECTATOR_GOOGLE_MAPS_API_KEY %} {% endif %} {{ block.super }} {% endblock %} {% block head_page_title %}{{ venue.name }}{% if page_obj.number > 1 %} (page {{ page_obj.number }}){% endif %}{% endblock %} {% block content_title %}{{ venue.name }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}

{{ venue.address }}{% if venue.address and venue.country_name %}, {% endif %}{% if venue.country_name %}{{ venue.country_name }}{% endif %}

{% if venue.note %} {{ venue.note|safe|linebreaks }} {% endif %} {% if venue.cinema_treasures_url %}

See at Cinema Treasures.

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

{{ page_obj.paginator.count }} event{{ page_obj.paginator.count|pluralize }}

{% include 'spectator_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_nav %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock sidebar_nav %} {% block sidebar_content %} {% most_visited_venues_card num=10 %} {{ block.super }} {% endblock sidebar_content %} {% block foot_extra %} {% if SPECTATOR_GOOGLE_MAPS_API_KEY %} {% load static %} {% endif %} {{ block.super }} {% endblock %}