{% extends "packages/package_base.html" %} {% block title %} {{ _("Remove %(title)s", title=package.title) }} {% endblock %} {% block content %}
{{ _("As an alternative to removing your package, you may wish to change the maintenance state.") }}
{% for state in states %} {% endfor %}
{{ _("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. Removed packages may be permanently deleted at a later point. ContentDB staff can restore removed packages, if needed.") }}
{{ _("Unapproving a package will put it back into Draft, where it can be submitted for approval again.") }}
{{ _("Removing this package will break the following mods: %(names)s", names=hard_deps_links) }}