{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
| The information below is for an older {% if doc.rev|charter_minor_rev %}proposed{% else %}approved{% endif %} charter | {% else %} {% if doc.rev != latest_rev %} {% if doc.rev|charter_minor_rev %}The information below is for an older version of the current proposed rechartering effort | {% else %}The information below is for the currently approved charter, but newer proposed charter text exists | {% endif %} {% else %} {% if doc.rev|charter_minor_rev and doc.rev|charter_major_rev != '00' %}The information below is for a proposed recharter. The current approved charter is version {{ doc.rev|charter_major_rev }} | {% else %}{% endif %} {% endif %} {% endif %} | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Document | {% if doc.get_state_slug != "approved" %} Proposed charter {% else %} Charter {% endif %} | {{ group.name }} {{ group.type.name }} ({{ group.acronym }}) {% if snapshot %} Snapshot {% endif %} | |||||||||||||||||
| Title | {% if not snapshot and can_manage %} {% doc_edit_button 'ietf.doc.views_charter.change_title' name=doc.name %} {% endif %} | {{ doc.title }} | |||||||||||||||||
| Last updated | {{ doc.time|date:"Y-m-d" }} | ||||||||||||||||||
| State | {% if not snapshot and can_manage %} {% doc_edit_button 'ietf.doc.views_charter.change_state' name=doc.name %} {% endif %} | {% if doc.get_state %} {{ doc.get_state.name }} {% else %} No document state {% endif %} {% if chartering == "initial" %} Initial chartering {% endif %} {% if chartering == "rechartering" %} Rechartering {% endif %} | |||||||||||||||||
| {{ group.type.name }} | State | {{ group.state.name }} | |||||||||||||||||
| IESG | Responsible AD | {{ group.ad_role.person.plain_name|default:"(None)" }} | |||||||||||||||||
| Charter Edit AD | {% if can_manage %} {% doc_edit_button 'ietf.doc.views_charter.edit_ad' name=doc.name %} {% endif %} | {{ doc.ad|default:"(None)" }} | |||||||||||||||||
| Telechat date | {% if can_manage %} {% doc_edit_button 'ietf.doc.views_doc.telechat_date;charter' name=doc.name %} {% endif %} |
{% if not telechat %}
(None)
{% else %}
On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat
{% endif %}
{% if ballot_summary %}
{{ ballot_summary }} {% endif %} |
|||||||||||||||||
| Send notices to | {% if can_manage %} {% doc_edit_button 'ietf.doc.views_doc.edit_notify;charter' name=doc.name %} {% endif %} | {{ doc.notify|default:"(None)" }} | |||||||||||||||||
No milestones for charter found.
{% endif %} {% endif %} {% endblock %}