{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Reset Charter Milestones for {{ group.acronym }} {{ group.type.name }}{% endblock %} {% block content %} {% origin %}

Reset Charter Milestones for {{ group.acronym }} {{ group.type.name }}

Select which of the current {{ group.type.name }} milestones you would like to copy to the charter: {% if charter_milestones %} This will discard {{ charter_milestones|length }} existing charter milestone{{ charter_milestones|pluralize }} {% endif %}

{% csrf_token %} {% for milestone in current_milestones %}
{% endfor %} {% buttons %} Back {% endbuttons %}
{% endblock %}