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

Manage Document Adoption
{{ doc }}

You can begin managing the group state of this Internet-Draft. The document will be moved into the stream of the adopting group.

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