{% extends 'meeting-base.html' %} {% load staticfiles %} {% block headtitle %}{{ session }}{% endblock %} {% block content %}
{{ session }}
{% if can_score %} {% endif %}
DAY & TIME
{% if session.location %}
ROOM
{% endif %} {% if session.chair or session.chair_2 %}
SPEAKER{% if session.chair_2 %}S{% endif %}
{% if session.chair %} {{ session.chair }} {% endif %} {% if session.chair_2 %} {{ session.chair_2 }} {% 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 %}
{% endblock %} {% block footer_script %} {% endblock %}