{% comment %} For displaying a list of Selections that are attached to an Event. e.g., ClassicalWorkSelections or MovieSelections. Used on the Event Detail page. Expects: * selection_list - A list/QuerySet of ClassicalWorkSelections, MovieSelections, etc. * heading - Optional text to use for the heading. If none, no heading is shown. {% endcomment %} {% if selection_list|length > 0 %} {% if heading %}

{{ heading }}

{% endif %} {% endif %}