{% extends "wgcharter/wg_main.html" %} {% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters %} {% block tab_content %} {% block wg_revision %}{% endblock %}
{% block wg_metatable %}{% endblock %}
{% block wg_metalinks %}{% endblock %}
{% block wg_metabuttons %} {% if user|in_group:"Area_Director,Secretariat" %} {% if not snapshot %}
{% ifnotequal wg.charter.get_state_slug "notrev" %} {% ifnotequal wg.charter.get_state_slug "approved" %} Abandon effort Change state {% ifnotequal wg.state_id "conclude" %} Edit charter {% endifnotequal %} {% else %} Recharter {% endifnotequal %} {% else %} Recharter {% endifnotequal %} {% ifequal wg.state_id "active" %}{% ifequal wg.charter.get_state_slug "approved" %} Conclude WG {% endifequal %}{% endifequal %} {% ifnotequal wg.state_id "conclude" %} Edit WG {% endifnotequal %}
{% endif %}{# if not snapshot #} {% endif %}{# if user in group #} {% endblock wg_metabuttons%}
{% block charter_text %}{% endblock %}
{% endblock tab_content %} {% block content_end %} {% endblock content_end %}