{% extends "saas_emails/base.html" %} {% block title %}Destroy tenant{% endblock %} {% block content %}

Hello,

You have requested to delete the tenant {{ tenant.name }}.

Please use the following verification code to confirm this action:

{% include "saas_emails/partials/auth_code.html" %}

If you did not request this transfer, please ignore this email.

{% endblock %}