{# Copyright The IETF Trust 2015-2022, All Rights Reserved #} {% load origin %} {% load static %} {% load textfilters tz %} {% origin %} {% with item=session.official_timeslotassignment acronym=session.group_at_the_time.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=item.slug session=session timeslot=item.timeslot only %} {% endif %}