{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{% trans "Restore Organization" %} | {{ block.super }}{% endblock %} {% block main %}

{% trans "Deletion Scheduled" %}

{% if pending_deletion %}
{% csrf_token %}

The {{ deleting_organization.name }} organization is currently scheduled for deletion.

{% blocktrans %}Would you like to cancel this process and restore the organization back to the original state{% endblocktrans %}

{% blocktrans %}Note: Restoration is available until deletion has started. Once it begins, there's no recovering the data that has been removed.{% endblocktrans %}

{% else %}

{% blocktrans %}Sorry, but this organization is currently in progress of being deleted. No turning back.{% endblocktrans %} :(

{% endif %}
{% endblock %}