{% extends 'spectator_core/base.html' %} {% block head_page_title %}{{ creator.name }}{% endblock %} {% block content_title %}{{ creator.name }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %} {% if creator.publications.count > 0 %}

Publications

{% include 'spectator_reading/includes/publications.html' with publication_list=creator.publications.all show_readings='none' only %} {% endif %} {% if creator.events.count > 0 %}

Events

{% include 'spectator_events/includes/events.html' with event_list=creator.events.all %} {% endif %} {% if creator.classicalworks.count > 0 %} {% include 'spectator_events/includes/m2m_work_list.html' with work_list=creator.classicalworks.all heading="Classical works" only %} {% endif %} {% if creator.dancepieces.count > 0 %} {% include 'spectator_events/includes/m2m_work_list.html' with work_list=creator.dancepieces.all heading="Dance pieces" only %} {% endif %} {% if creator.movies.count > 0 %}

Movies

{% endif %} {% if creator.plays.count > 0 %}

Plays

{% endif %} {% endblock content %} {% block sidebar %} {% load spectator_core %} {% change_object_link_card object perms %} {{ block.super }} {% endblock %}