{% 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" %}
{% if doc.rev != latest_rev %} {% else %} {% endif %} {% if group.type_id != "rg" %} {% endif %} {% if not snapshot and chartering %} {% endif %}
The information below is for an old version of the document
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)" }}

{% if not snapshot and can_manage %} {% if chartering %} {% url "charter_startstop_process" name=doc.name option='abandon' as abandon_url %} {% if abandon_url %} Abandon chartering {% endif %} {% if user|has_role:"Secretariat" %} {% url "charter_approve" name=doc.name as approve_url %} {% if approve_url %} Approve charter {% endif %} {% endif %} {% else %} {% if group.state_id == "proposed" or group.state_id == "bof" %} {% url "charter_submit" name=doc.name option='initcharter' as start_url %} {% if start_url %} Start chartering {% endif %} {% else %} {% url "charter_submit" name=doc.name option='recharter' as recharter_url %} {% if recharter_url %} Recharter {% endif %} {% endif %} {% endif %} {% endif %}

Charter
{{ doc.canonical_name }}-{{ doc.rev }}

{% if not snapshot and can_manage and chartering and group.state_id != "conclude" %}

Change charter text

{% endif %} {% if doc.rev != "" %} {{ content|safe|keep_spacing|sanitize_html|wordwrap:80|safe }} {% endif %} {% if not snapshot and chartering %}

Proposed milestones

{% if can_manage %}

Edit milestones

{% endif %} {% if milestones %} {% include "group/milestones.html" %} {% else %}

No milestones for charter found.

{% endif %} {% endif %} {% endblock %} {% block js %} {% endblock %}