{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin ietf_filters static %} {% block title %}{{ meeting }} : {{ acronym }}{% endblock %} {% block morecss %} .ui-sortable tr { cursor:pointer; } {% endblock %} {% block content %} {% origin %}

{{ meeting }} : {{ acronym }} {% if meeting.date >= thisweek %} {% endif %}

{% if is_materials_manager and not can_manage_materials %}
The materials upload cutoff date for this session has passed. If you need to change the materials, contact the Secretariat.
{% endif %} {% with use_panels=unscheduled_sessions %} {% if use_panels %}
Scheduled Sessions
{% endif %} {% include 'meeting/session_details_panel.html' with sessions=scheduled_sessions %} {% if use_panels %}
Unscheduled Sessions
{% endif %} {% include 'meeting/session_details_panel.html' with sessions=unscheduled_sessions %} {% if use_panels %}
{% endif %} {% endwith %} {% if pending_suggestions %}
{% if can_manage_materials %}Proposed slides awaiting your approval{% else %}Your proposed slides awaiting chair approval{% endif %}
{% for s in pending_suggestions %} {% if can_manage_materials %}

{{s.submitter}} - {{s.title}} ({{s.time}})

{% else %}

{{s.title}} ({{s.time}})

{% endif %} {% endfor %}
{% endif %} {% endblock %} {% block js %} {% if can_manage_materials %} {% endif %} {% endblock %}