{% extends 'spectator_events/base.html' %} {% block head_page_title %}{{ play.title }}{% endblock %} {% block content_title %}{{ play.title }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
{% include 'spectator_core/includes/roles.html' with roles=roles intro='By' %}
{% endif %} {% endwith %} {% include 'spectator_events/includes/visits_list.html' with events=play.event_set.all heading_level='h2' only %} {% endblock content %} {% block sidebar %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock %}