{% for session in sessions %}
{% include "public/meeting_information/programme/partials/session.html" %}
{% endfor %}
{% endif %}
{% if presentations %}
Presentations
{% for presentation in presentations %}
{% include "public/meeting_information/programme/partials/presentation.html" with show_session=True show_speaker=True %}
{% endfor %}