{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Request resurrection for {{ doc }}{% endblock %} {% block content %} {% origin %}

Request resurrection
{{ doc }}

Request resurrection of the Internet-Draft {{ doc }}?

This will send a notification to the Secretariat to resurrect the I-D.

{% csrf_token %} Back
{% endblock %}