{% extends "base.html" %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}NomComs{% endblock %} {% block content %} {% origin %}

NomComs

{% for nomcom in nomcom_list|dictsortreversed:"label" %} {% endfor %}
Year Chair Announcements Pages
{{ nomcom.label }} {% with nomcom.get_chair as role %} {{role.person}} {% endwith %} {% if nomcom.ann_url %} Announcements {% endif %} {% if nomcom.url %} Pages {% endif %}
{% endblock %} {% block js %} {% endblock %}