{% extends 'spectator_events/base.html' %} {% block head_page_title %}Movies{% endblock %} {% block content_title %}Movies{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if movie_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 movies to show.

{% endif %} {% endblock content %}