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

There are no plays to show.

{% endif %} {% endblock content %}