{% extends "email/base.html" %} {% block title %}Confirm organisation deletion | {{ site_name }}{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

A request was made to permanently delete the organisation {{ org_name }} (slug: {{ org_slug }}). Enter the code below on the confirmation screen. It expires in {{ code_ttl_minutes }} minutes.

{{ code }}

No changes are made until you confirm in the app with this code and your organisation name.

If you did not request deletion, secure your account and contact support.

{% endblock %}