{% extends 'spectator_events/base.html' %} {% block head_page_title %}{{ event }}{% endblock %} {% block content_title %}{{ event }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
At {{ event.venue }} on {{ event.date|date:"j M Y" }}.
{% include 'spectator_core/includes/roles_list.html' with roles=event.roles.all heading='Featuring' only %} {% if event.kind == 'concert' %} {% include 'spectator_events/includes/m2m_work_list.html' with work_list=event.classicalworks.all heading="Works" only %} {% elif event.kind == 'dance' %} {% include 'spectator_events/includes/m2m_work_list.html' with work_list=event.dancepieces.all heading="Pieces" only %} {% endif %} {% endblock content %} {% block sidebar %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock %}