DAY & TIME
{% if session.location %}
ROOM
{% endif %}
{% if session.chair or session.chair_2 %}
SPEAKER{% if session.chair_2 %}S{% endif %}
{% endif %}
{% if session.content %}
SESSION INFORMATION
{{ session.content|safe }}
{% endif %}
{% if presentations %}
PRESENTATIONS
{% for presentation in presentations %}
{% include "public/meeting_information/programme/partials/presentation.html" with show_speaker=True %}
{% endfor %}
{% endif %}