{# Copyright The IETF Trust 2011, All Rights Reserved #} {% load ietf_filters %} {{ obj.info.text|safe }}

{% with obj.group as wg %} WG name: {{ wg.name }}
WG acronym: {{ wg.acronym }}
IETF area: {{ wg.parent|default:"-" }}
WG chairs: {% for n in obj.chairs %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %}
WG secretaries: {% for n in obj.secr %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %}
WG technical advisors: {% for n in obj.techadv %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %}
Assigned AD: {{ wg.ad }}
Mailing list: {{ wg.list_email }}
Mailing list subscribe {{ wg.list_subscribe }}
Mailing list archive: {{ wg.list_archive }}
Other web sites: {% for a in wg.groupurl_set.all %}{{ a.url }} {% if a.name %}({{ a.name }}){% endif %}{% if not forloop.last %}, {% endif %}{% endfor %}
WG State: {{ wg.state|safe }}
Charter State: {{ wg.charter.charter_state|safe }}

{% if obj.rev %} {{ obj.charter|safe }} {% else %} The WG does not yet have a charter {% endif %} {% endwith %}