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

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

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

{% else %}

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

{% endif %}
{% endblock %}