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

Resurrect
{{ doc }}

Resurrect {{ doc }}?

This will change the status to Active {% if resurrect_requested_by %}and email a notice to {{ resurrect_requested_by }}{% endif %} .

{% csrf_token %} Back
{% endblock %}