{% extends "wgcharter/wg_tab_base.html" %} {% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters %} {% block wg_revision %} Snapshots: {% for d in versions reversed %}{% if forloop.first %}{% ifnotequal rev wg.charter.rev %}{% endifnotequal %}{% else %}{% ifnotequal rev d.rev %}{% ifequal d.rev wg.charter.rev %}{% else %}{% endifequal %}{% endifnotequal %}{% endif %}{{ d.rev }}{% ifnotequal rev d.rev %}{% endifnotequal %}{% if forloop.first %}{% ifnotequal rev wg.charter.rev %}{% endifnotequal %}{% endif %} {% endfor %} {% endblock %} {% block wg_metatable %} WG name:{% if not snapshot %}{{ wg.name }}{% else %} {{ gh.name }} {% endif %} WG acronym:{% if not snapshot %}{{ wg.acronym }} {% if info.prev_acronyms %}(previous acronyms: {% for a in info.prev_acronyms %}{{ a }}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}{% else %}{{ gh.acronym }}{% endif %} IETF area:{% if not snapshot %}{{ wg.parent|default:"-" }}{% else %}{{ gh.parent|default:"-" }}{% endif %}
WG chairs:{% if not snapshot %}{% for n in info.chairs %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %}{% else %}{% for n in info.history_chairs %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} {% if not snapshot %} WG secretaries:{% for n in info.secr %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %} WG technical advisors:{% for n in info.techadv %}{{ n }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %} Assigned AD:{% if not snapshot %}{{ wg.ad }}{% else %}{{ gh.ad }}{% endif %} {% if not snapshot %}
Mailing list:{{ wg.list_email }}{% if info.prev_list_email %}
(previous lists: {% for a in info.prev_list_email %}{{ a }}{% if not forloop.last %}, {% else %}){% endif %}{% endfor %}{% endif %} Mailing list subscribe:{{ wg.list_subscribe }}{% if info.prev_list_subscribe %}
(previous archives: {% for a in info.prev_list_subscribe %}{{ a }}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} Mailing list archive:{{ wg.list_archive }}{% if info.prev_list_archive %}
(previous archives: {% for a in info.prev_list_archive %}{{ a }}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} 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 }} {% ifnotequal wg.state_id "conclude" %}Charter State: {{ wg.charter.get_state|safe }} {% ifequal wg.state_id "proposed" %}{% ifnotequal wg.charter.get_state_slug "notrev" %}(Initial Chartering){% endifnotequal %}{% else %}{% ifnotequal wg.charter.get_state_slug "approved" %}(Rechartering){% endifnotequal %}{% endifequal %}{% endifnotequal %} {% ifequal wg.state_id "proposed" %} {% if wg.comments %} Reason for chartering:{{ wg.comments }} {% endif %} {% endifequal %} {% ifequal wg.state_id "active" %} {% ifnotequal wg.charter.get_state_slug "approved" %} {% if wg.comments %} Reason for rechartering:{{ wg.comments }} {% endif %} {% endifnotequal %} {% endifequal %}
Last updated: {{ info.last_update|date:"Y-m-d"|default:"(data missing)" }}
{% endif %}{# if not snapshot #} {% endblock wg_metatable %} {% block wg_metalinks %} {% if not snapshot %}
Atom feed {% endif %} {% endblock %} {% block charter_text %} {% ifnotequal charter.rev "" %}

Other versions: plain text

Charter {{ charter.name }}-{{ rev }}

{{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
{% else %}

The WG does not yet have a charter

{% endifnotequal %} {% endblock %}{# charter_text #}