{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% 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 %} {% buttons %} Back {% endbuttons %}
{% endblock %}