{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}

Organization Queued for Deletion

The {{ organization.name }} organization has been scheduled for deletion by:

User: {{ username }}
IP: {{ user_ip_address }}
Date: {{ deletion_datetime }}

This irreversible deletion will take place at {{ eta }} and will permanently remove all associated data including events, projects, and team members.

If this was unintentional and you would like to cancel the deletion:

Restore Organization

{% endblock %}