{% extends 'spectator_events/base.html' %} {% load spectator_core %} {% block head_page_title %}Venues{% endblock %} {% block content_title %}Venues{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if venue_list|length > 0 %} {% if page_obj|default:False and page_obj.number > 1 %} {% include 'spectator_core/includes/pagination.html' with page_obj=page_obj only %} {% endif %} {% include 'spectator_core/includes/pagination.html' with page_obj=page_obj only %} {% else %}

There are no venues to show.

{% endif %} {% endblock content %} {% block sidebar_content %} {% most_visited_venues_card num=10 %} {{ block.super }} {% endblock sidebar_content %}