{% extends "packages/package_base.html" %} {% block title %} Remove {{ package.title }} {% endblock %} {% block content %}

Remove {{ package.title }}

In order to avoid data loss, you cannot permanently delete packages. You can remove them from ContentDB, which will cause them to not be visible to any users and they may be permanently deleted in the future. The Admin can restore removed packages, if needed.

{% if package.approved %}

Unapproving a package will put it back into Draft, where it can be submitted for approval again.

{% endif %} Cancel {% if package.approved %} {% endif %}
{% endblock %}