authentic/src/authentic2/templates/authentic2/account_delete_notification...

14 lines
347 B
HTML

{% load i18n %}
<html>
<body style="max-width: 90ex">
<p>{% blocktrans %}{{ full_name }},{% endblocktrans %}</p>
<p>
{% blocktrans %}
Your account on {{ site }} has been deleted.
All related data will be deleted today.
You cannot log in with it anymore.
{% endblocktrans %}
</p>
</body>
</html>