{# Copyright The IETF Trust 2021, All Rights Reserved #} {% load ietf_filters misc_filters tz %} {# only show if user is secretariat or at least one material is active #} {% if proceedings_materials|list_extract:1|keep_only:'active' or user|has_role:'Secretariat' %}

Proceedings Materials

{% if user|has_role:'Secretariat' %} {% else %} {% endif %} {% for type_name, material in proceedings_materials %} {# secretariat sees empty slots, others do not #} {% if user|has_role:'Secretariat' or meeting and material.active %} {% if material and material.active %} {% endif %} {% if user|has_role:'Secretariat' %} {% if forloop.first %} {% endif %} {% endif %} {% endif %} {% endfor %}
Type Title Updated  Type Title Updated
{{ type_name }} {{ material.document.title }} {% with timestamp=material.document.time|utc %} {{ timestamp|date:"Y-m-d" }}
{{ timestamp|date:"H:i:s" }} UTC {% endwith %} {% else %}
Edit materials
{% endif %}