{% 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 %}
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 %}
{% endblock %}