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