{# 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 %}
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 }}
{% endif %} {% endif %} {% endif %} {% if group.type_id != "rg" %} {% endif %} {% if not snapshot and chartering %} {% 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 {% 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)" }}

{% if not snapshot and can_manage %} {% if chartering %} {% url 'ietf.doc.views_charter.change_state' name=doc.name option='abandon' as abandon_url %} {% if abandon_url %} Abandon chartering {% endif %} {% if user|has_role:"Secretariat" %} {% url 'ietf.doc.views_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 'ietf.doc.views_charter.submit' name=doc.name option='initcharter' as start_url %} {% if start_url %} Start chartering {% endif %} {% else %} {% url 'ietf.doc.views_charter.submit' name=doc.name option='recharter' as recharter_url %} {% if recharter_url %} Recharter {% endif %} {% endif %} {% endif %} {% endif %}

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

Change charter text

{% endif %} {% if doc.rev != "" %}
{{ doc.canonical_name }}-{{ doc.rev }}
{# this content is already wrapped in 'pre' #} {{ content|sanitize|maybewordwrap|safe }}
{% endif %} {% if not snapshot and chartering %}

Proposed milestones

{% if can_manage %}

Edit milestones

{% endif %} {% if milestones %} {% include "group/milestones.html" with heading=True %} {% else %}

No milestones for charter found.

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