Personnel | |
Chair{{ wg.chairs|pluralize }}: |
{% for chair in wg.chairs %}
{{ chair.person.name }} <{{ chair.address }}> {% endfor %} |
Area Director: | {% if not wg.ad %}?{% else %} {{ wg.ad.name }} <{{ wg.areadirector.address }}>{% endif %} |
Tech Advisor{{ wg.techadvisors|pluralize }}: |
{% for techadvisor in wg.techadvisors %}
{{ techadvisor.person.name }} <{{ techadvisor.address }}> {% endfor %} | Editor{{ wg.editors|pluralize }}: |
{% for editor in wg.editors %}
{{ editor.person.name }} <{{ editor.address }}> {% endfor %} |
{% endif %}
{% if wg.secretaries %}
Secretar{{ wg.secretaries|pluralize:"y,ies" }}: |
{% for secretary in wg.secretaries %}
{{ secretary.person.name }} <{{ secretary.address }}> {% endfor %} |
Mailing List |
|
Address: | {{ wg.email_address|urlize }} |
To Subscribe: | {{ wg.email_subscribe|urlize }} |
Archive: | {{ wg.clean_email_archive|urlize }} |
Jabber Chat |
|
Room Address: | xmpp:{{wg}}@jabber.ietf.org |
Logs: | http://jabber.ietf.org/logs/{{wg}}/ |
In addition to the charter maintained by the IETF Secretariat, there is additional information about this working group on the Web at: {% for url in wg.additional_urls %} {{ url.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}{{ wg.charter_text|escape|format_charter|safe }}
{% if milestone.done %}Done{% else %}{{ milestone.expected_due_date|date:"M Y" }}{% endif %} | {{ milestone.desc|escape }} |