{% extends 'events/base.html' %} {% block head_page_title %}{{ play.title }}{% endblock %} {% block content_title %}{{ play.title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% with play.roles.all as roles %} {% if roles|length > 0 %}

{% include 'core/includes/roles.html' with roles=roles intro='By' %}

{% endif %} {% endwith %} {% include '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 %}