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

Hello,

You have requested to transfer the ownership of {{ tenant.name }} to another user.

Please use the following verification code to confirm this transfer:

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

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

{% endblock %}