{% load origin %} {% load ietf_filters session_filters %} {% origin %}
| Revision | Meeting | Session | {% comment %}Agenda{% endcomment %} | {% comment %}Minutes{% endcomment %} | {% comment %}Materials{% endcomment %} | {% comment %}Buttons{% endcomment %} |
|---|---|---|---|---|---|---|
| {{s|presented_versions:doc}} | {% ifchanged s.meeting %}{% if s.meeting.type.slug == 'ietf' %}IETF{% endif %}{{s.meeting.number}}{% endifchanged %} |
{% if s.name %}{{ s.name }} {% else %}{{ s.group.acronym }} - {% endif %} {% if s.current_status == "sched" %} {% if s.meeting.type.slug == 'ietf' %}{{s.time|date:"D M d, Y Hi"}}{% else %}{{s.time|date:"D M d, Y"}}{% endif %} {% else %} {{s.current_status_name}} {% endif %} |
{% if s.agenda %}Agenda{% endif %} | {% if s.minutes %}Minutes{% endif %} | Materials | {% if user|has_role:"Secretariat" or s|can_manage_materials:user and not s.is_material_submission_cutoff %} Remove document from session Change revision {% endif %} | {% endfor %}