{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %} {% load ietf_filters %} {% load proceedings_filters %} {% comment %} {% endcomment %} {% if session.name %}
{{ session.name }}
{% else %}
{{session.group.acronym}}
{% if session.group.state_id == "bof" %} BOF {% endif %} {% endif %} {% if session.all_meeting_sessions_cancelled %} Session cancelled {% else %} {% if session.all_meeting_agendas %} {% if session.all_meeting_agendas|length == 1 %} Agenda
{% else %} {% for agenda in session.all_meeting_agendas %} Agenda {{agenda.sessionpresentation_set.first.session.official_timeslotassignment.timeslot.time|date:"D G:i"}}
{% endfor %} {% endif %} {% else %} {% if show_agenda == "True" and not meeting.proceedings_final %} No agenda
{% endif %} {% endif %} {% if session.all_meeting_minutes %} {% if session.all_meeting_minutes|length == 1 %} Minutes
{% else %} {% for minutes in session.all_meeting_minutes %} Minutes {{minutes.sessionpresentation_set.first.session.official_timeslotassignment.timeslot.time|date:"D G:i"}}
{% endfor %} {% endif %} {% else %} {% if show_agenda == "True" and not meeting.proceedings_final %} No minutes
{% endif %} {% endif %} {% if session.all_meeting_bluesheets %} {% if session.all_meeting_bluesheets|length == 1 %} Bluesheets
{% else %} {% for bs in session.all_meeting_bluesheets %} Bluesheets {{bs.sessionpresentation_set.first.session.official_timeslotassignment.timeslot.time|date:"D G:i"}}
{% endfor %} {% endif %} {% endif %} {% with session.group|status_for_meeting:meeting as status %} {% if status %} Status
{% endif %} {% endwith %} {% if session.all_meeting_sessions_for_group|length == 1 %} {% for rec in session.all_meeting_recordings %} {{rec|hack_recording_title:False}}
{% endfor %} {% else %} {% for rec in session.all_meeting_recordings %} {{rec|hack_recording_title:True}}
{% endfor %} {% endif %} {% with session.all_meeting_slides as slides %} {% for slide in slides %} {{ slide.title|clean_whitespace }}
{% empty %} {% if not meeting.proceedings_final %} No slides {% endif %} {% endfor %} {% endwith %} {% with session.all_meeting_drafts as drafts %} {% for draft in drafts %} {{ draft.canonical_name }}
{% empty %} {% if not meeting.proceedings_final %} No drafts {% endif %} {% endfor %} {% endwith %} {% endif %}