{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load person_filters %} {% block pagehead %} {% endblock %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
{% if doc.rev|charter_major_rev != latest_rev|charter_major_rev %}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 | {% person_link group.ad_role.person %} | |
Charter Edit AD | {% if can_manage %} {% doc_edit_button 'ietf.doc.views_charter.edit_ad' name=doc.name %} {% endif %} | {% person_link doc.ad %} | |
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 %} {% block js %} {% endblock %}