{% extends "base.html" %} {% load ietf_filters %} {% block title %}{{ doc.canonical_name }}-{{ doc.rev }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {{ top|safe }}
Snapshots: {% for rev in revisions %} {{ rev }} {% endfor %}
{% if snapshot %}Snapshot of{% endif %} {% if doc.get_state_slug != "approved" %}Proposed{% endif %} Charter for "{{ group.name }}" ({{ group.acronym }}) {{ group.type.name }}
{% if chartering and group.comments %} {% if chartering == "initial" %}{% endif %} {% if chartering == "rechartering" %}{% endif %} {% endif %}
WG State: {{ group.state.name }}
Charter State:
{{ doc.get_state.name }} {% if chartering == "initial" %}(Initial Chartering){% endif %} {% if chartering == "rechartering" %}(Rechartering){% endif %} {% if not snapshot and user|has_role:"Area Director,Secretariat" %} {% if chartering %} - Abandon effort {% if request.user|has_role:"Secretariat" %} - Approve charter {% endif %} {% else %} - Recharter {% endif %} {% endif %}
{% if not snapshot and chartering %}
{% if not telechat %}Not on agenda of IESG telechat{% else %}On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat{% endif %} {% if user|has_role:"Area Director,Secretariat" %} - Change {% endif %}
{% if ballot_summary %}
({{ ballot_summary }})
{% endif %} {% endif %}
Reason for chartering:Reason for rechartering:{{ group.comments }}

Last updated: {{ doc.time|date:"Y-m-d" }}

Atom feed

Other versions: plain text

Charter {{ doc.canonical_name }}-{{ doc.rev }} {% if user|has_role:"Area Director,Secretariat" and chartering and group.state_id != "conclude" %} Change charter text {% endif %}

{% if doc.rev %}
{{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
{% endif %} {% endblock %}