{% extends "base_site.html" %} {% load ietf_filters %} {% load staticfiles %} {% block title %}Sessions{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Sessions {% endblock %} {% block instructions %} Instructions {% endblock %} {% block content %}

» View list of timeslot requests

Sessions Request Tool: IETF {{ meeting.number }} {% if user|has_role:"Secretariat" %} {% if is_locked %} Tool Status: Locked {% else %} Tool Status: Unlocked {% endif %} {% endif %}


{% endblock %} {% block footer-extras %} {% include "includes/sessions_footer.html" %} {% endblock %}