{% extends 'spectator_events/base.html' %} {% load spectator_core %} {% block head_page_title %}Venues{% endblock %} {% block content_title %}Venues{% endblock %} {% block breadcrumbs %} {{ block.super }}
{{ page_obj.paginator.count }} venue{{ page_obj.paginator.count|pluralize }}{% if country_list|length > 1 %} in {{ country_list|length }} countr{{ country_list|length|pluralize:'y,ies' }}{% endif %}.
{% if page_obj|default:False and page_obj.number > 1 %} {% include 'spectator_core/includes/pagination.html' with page_obj=page_obj only %} {% endif %}There are no venues to show.
{% endif %} {% endblock content %} {% block sidebar_content %} {% most_visited_venues_card num=10 %} {{ block.super }} {% endblock sidebar_content %}