{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Manage Document Adoption of {{ doc }} in Group{% endblock %} {% block content %} {% origin %}

Manage Document Adoption of {{ doc }} in Group

You can begin managing the group state of this draft.

For a WG, the draft enters the IETF stream. For an RG, the draft enters the IRTF stream.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %}