{% extends "group/group_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block group_subtitle %}Materials{% endblock %} {% block group_content %} {% origin %} {% load ietf_filters %} {% if doc_types %} {% for doc_type, docs in doc_types %}
| Title | Abstract | Curr. rev. | Date | Last presented | On agenda |
|---|---|---|---|---|---|
| {{ d.title }} | {{ d.abstract|format_snippet }} | {{ d.rev }} | {{ d.time|date:"Y-m-d" }} | {% regroup d.last_presented by session.meeting as past_pres_list %} {% for p in past_pres_list %} {{ p.grouper }} {% if p.list|length > 1 %} ({{ p.list|length }} sessions) {% else %} {% for pr in p.list %} {% if pr.rev != d.rev %} (-{{ pr.rev }}) {% endif %} {% endfor %} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} | {% regroup d.future_presentations by session.meeting as meeting_pres_list %} {% for p in meeting_pres_list %} {{ p.grouper }} {% if p.list|length > 1 %} ({{ p.list|length }} sessions) {% else %} {% for pr in p.list %} {% if pr.rev != d.rev %} (-{{ pr.rev }}) {% endif %} {% endfor %} {% endif %} {% if not forloop.last %}, {% endif %} {% endfor %} |
No materials uploaded.
{% endif %} {% endblock %} {% block js %} {% endblock %}