{% extends "base.html" %} {% block title %}Resurrect {{ doc }}{% endblock %} {% block content %}

Resurrect {{ doc }}

Resurrect {{ doc.file_tag }}?

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

Back
{% endblock %}