{% extends 'spectator_events/base.html' %} {# Used to list Plays and Movies. #} {% load l10n %} {% block head_page_title %}{{ kind_plural|title }}{% endblock %} {% block content_title %}{{ kind_plural|title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if object_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 {{ kind_plural }} to show.

{% endif %} {% endblock content %}