{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load staticfiles %} {% 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 old version of the document | {% else %}{% 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 "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 "charter_change_state" name=doc.name %} {% endif %} | {{ doc.get_state.name }} {% if chartering == "initial" %} Initial chartering {% endif %} {% if chartering == "rechartering" %} Rechartering {% endif %} | |||||
{{ group.type.name }} | State | {{ group.state.name }} | |||||
IESG | Responsible AD | {% if can_manage %} {% doc_edit_button "charter_edit_ad" name=doc.name %} {% endif %} | {{ doc.ad|default:"(None)" }} | ||||
Telechat date | {% if can_manage %} {% doc_edit_button "charter_telechat_date" 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 "charter_edit_notify" name=doc.name %} {% endif %} | {{ doc.notify|default:"(None)" }} |
No milestones for charter found.
{% endif %} {% endif %} {% endblock %} {% block js %} {% endblock %}