{% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters ietf_streams %}{% load wg_ballot_icon %} {% if wg.charter %} {{ wg.charter.get_state|safe }} {% ifequal wg.state_id "proposed" %}{% ifnotequal wg.charter.get_state_slug "notrev" %}(Initial Chartering){% endifnotequal %}{% else %}{% ifequal wg.state_id "active" %}{% ifnotequal wg.charter.get_state_slug "approved" %}(Rechartering){% endifnotequal %}{% endifequal %}{% ifequal wg.state_id "conclude" %}(Concluded){% endifequal %}{% endifequal %} {% else %} (data missing) {% endif %} {% if wg.charter.telechat_date %}
IESG Telechat: {{ wg.charter.telechat_date }}{% endif %} {% block extra_status %}{% endblock %} {% if wg.charter.get_state_slug == "iesgrev" %}{% wg_ballot_icon wg.acronym %}{% endif %}