{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% load misc_filters %} {% block pagehead %} {{ all_forms|merge_media:'css' }} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %} {% origin %}
Links: {{ group.acronym }} {{ group.type.name }} {% if group.charter %} - {{ group.charter.canonical_name }} {% endif %}
{% if forms %}Click a milestone to edit it.{% endif %} {% if forms and not group.uses_milestone_dates %}Drag and drop milestones to reorder them.{% endif %} {% if needs_review %} Note that as {{ group.type.name }} Chair you cannot edit descriptions of existing milestones and milestones you add are subject to review by the {{ reviewer }}. {% endif %}
{% if can_reset %}You can reset this list to the milestones currently in use for the {{ group.acronym }} {{ group.type.name }}.
{% endif %} {% if form_errors %}There were errors, see below.
{% endif %}