{% 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 %}
{% include 'spectator_events/includes/works.html' with work_list=creator.get_movies heading="Movies" only %}
{% include 'spectator_events/includes/works.html' with work_list=creator.get_plays heading="Plays" only %}
{% include 'spectator_events/includes/works.html' with work_list=creator.get_classical_works heading="Classical works" only %}
{% include 'spectator_events/includes/works.html' with work_list=creator.get_dance_pieces heading="Dance pieces" only %}
{% endblock content %}
{% block sidebar_nav %}
{% load spectator_core %}
{% change_object_link_card object perms %}
{{ block.super }}
{% endblock sidebar_nav %}