{% extends "base.html" %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} {% block title %}NomCom{% endblock %} {% block content %} {% origin %}

NomCom

Current committee chair: {{ curr_chair.person.plain_name }}

{% for regime in regimes %}

Messages from {{ regime.group.start_year }}/{{ regime.group.end_year }}

{# use person email address here rather than the generic nomcom-chair@ietf.org #}

Committee chair: {{ regime.chair.person.plain_name }}

{% for m in regime.announcements|dictsortreversed:"time" %} {% endfor %}
Date Subject Sent to
{{ m.time|date:"Y-m-d" }} {{ m.subject }} {{ m.to_name }}
{% endfor %}

Historical information

References

{% endblock %} {% block js %} {% endblock %}