{% 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 %}
Current committee chair: {{ curr_chair.person.plain_name }}
{% for regime in regimes %}Committee chair: {{ regime.chair.person.plain_name }}
| Date | Subject | Sent to |
|---|---|---|
| {{ m.time|date:"Y-m-d" }} | {{ m.subject }} | {{ m.to_name }} |