{# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load textfilters %} {% load ietf_filters %} {% origin %} {% if item and item|should_show_agenda_session_buttons %} {% with slug=item.slug %}{% with session=item.session %}{% with timeslot=item.timeslot %}{% with meeting=schedule.meeting %}
{% with acronym=session.historic_group.acronym %} {% if session.agenda and show_agenda %} {# Note: if called with show_agenda=True, calling template must load agenda_materials.js, needed by session_agenda_include.html #} {% include "meeting/session_agenda_include.html" with slug=slug session=session timeslot=timeslot only %} {% endif %} {% if use_codimd %} {% endif %} {# show stream buttons up till end of session, then show archive buttons #} {% if now < timeslot.utc_end_time %} {% if timeslot.location.video_stream_url %} {% endif %} {% if timeslot.location.onsite_tool_url %} {% endif %} {% if timeslot.location.audio_stream_url %} {% endif %} {% if session.agenda_note|first_url|conference_url %} {% elif session.remote_instructions|first_url|conference_url %} {% elif timeslot.location.webex_url %} {% endif %} {% else %} {% if meeting.number|add:"0" >= 60 %} {% endif %} {% if meeting.number|add:"0" >= 80 %} {% with session.recordings as recordings %} {% if recordings %} {# There's no guaranteed order, so this is a bit messy: #} {% for r in recordings %} {% if r.get_href and 'audio' in r.get_href %} {% endif %} {% endfor %} {% for r in recordings %} {% if r.get_href and 'youtu' in r.get_href %} {% endif %} {% endfor %} {% for r in recordings %} {% if r.get_href and not 'audio' in r.get_href and not 'youtu' in r.get_href %} {% endif %} {% endfor %} {% endif %} {% endwith %} {% if timeslot.location.video_stream_url %} {% endif %} {% endif %} {% endif %} {% endwith %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %} {% endif %}