{% for session in chaired_sessions %}
{% include "public/meeting_information/programme/partials/session.html" %}
{% endfor %}
{% endif %}
{% if speaker_presentations %}
Speaker
{% for presentation in speaker_presentations %}
{% include "public/meeting_information/programme/partials/presentation.html" with show_session=True%}
{% endfor %}