{# Copyright The IETF Trust 2015-2024, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters %} {% load proceedings_filters %} {% if entry.name %}
{{ entry.name }}
{% elif entry.group.acronym %}
{{ entry.group.acronym }}
{% if entry.group.state_id == "bof" %}BOF{% endif %} {% else %}

{{ entry.group }}

{% endif %} {% if entry.canceled %} Session cancelled {% else %} {# artifacts #} {% for agenda in entry.agendas %} Agenda {% if agenda.time %}{{agenda.time|date:"D G:i"}}{% endif %}
{% empty %} {% if show_agenda and not meeting.proceedings_final %} No agenda
{% endif %} {% endfor %} {% for minutes in entry.minutes %} Minutes {% if minutes.time %}{{minutes.time|date:"D G:i"}}{% endif %}
{% empty %} {% if show_agenda and not meeting.proceedings_final %} No minutes
{% endif %} {% endfor %} {% if not meeting.proceedings_final %} {% for attendance in entry.attendances %} {% with session=attendance.material %} Attendance {% if attendance.time %}{{ attendance.time|date:"D G:i" }}{% endif %} {% endwith %}
{% endfor %} {% else %} {% for bs in entry.bluesheets %} Bluesheets {% if bs.time %}{{ bs.time|date:"D G:i" }}{% endif %}
{% endfor %} {% endif %} {% for chatlog in entry.chatlogs %} Chatlog {% if chatlog.time %}{{chatlog.time|date:"D G:i"}}{% endif %}
{% empty %} Chatlog
{% endfor %} {# recordings #} {% for rec in entry.recordings %} {{ rec.material|hack_recording_title }} {% if rec.time %}{{ rec.time|date:"D G:i"}}{% endif %}
{% endfor %} {% if entry.session.video_stream_url %} Session recording
{% endif %} {# slides #} {% for slide in entry.slides %} {{ slide.material.title|clean_whitespace }}
{% empty %} {% if not meeting.proceedings_final %}No slides{% endif %} {% endfor %} {# drafts #} {% for draft in entry.drafts %} {{ draft.material.name }}
{% empty %} {% if not meeting.proceedings_final %}No Internet-Drafts{% endif %} {% endfor %} {% endif %}