{# Copyright The IETF Trust 2015-2024, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters proceedings_filters managed_groups %} {% load tz %} {% if entry.name %}
{{ entry.name }}
{% else %}
{{ entry.group.acronym }}
{% if entry.group.state.slug == "bof" %} {{ entry.group.state.slug|upper }} {% endif %} {% endif %} {% if entry.canceled %} Session cancelled {% else %} {% for agenda in entry.agendas %} {% if entry.agendas|length == 1 and agenda.time > old %} {% endif %} Agenda {% if agenda.time %}{{agenda.time|date:"D G:i"}}{% endif %}
{% empty %} {% if show_agenda == "True" %}No agenda{% endif %} {% endfor %} {% for minutes in entry.minutes %} Minutes {% if minutes.time %}{{minutes.time|date:"D G:i"}}{% endif %}
{% empty %} {% if show_agenda == "True" %}No minutes{% endif %} {% endfor %} {% if entry.session.type_id == 'regular' and show_agenda == "True" %} {% for attendance in entry.attendances %} {% with session=attendance.material %} Attendance {% if attendance.time %}{{ attendance.time|date:"D G:i" }}{% endif %} {% endwith %}
{% endfor %} {% endif %} {% for slide in entry.slides %} {% if slide.time > old %} {% endif %} {{ slide.material.title|clean_whitespace }}
{% empty %} No slides {% endfor %} {% for draft in entry.drafts %} {% if draft.time > old %} {% endif %} {{ draft.material.name }}
{% empty %} No Internet-Drafts {% endfor %} {% if entry.last_update %} {{ entry.last_update|utc|date:"Y-m-d" }}
{{ entry.last_update|utc|date:"H:i:s" }} UTC {% endif %} {% if user|has_role:"Secretariat" or user_groups %} {% if user|has_role:"Secretariat" or entry.group in user_groups %}
{% include "meeting/edit_materials_button.html" with session=entry.session only %}
{% endif %} {% endif %} {% endif %}