{% load i18n %} {% trans "Delete user confirmation" %}
 

{% trans "Hello," %}

{% trans "You have requested the deletion of your account associated with the following username:" %}

{{ username }}

{% trans "If you used a browser extension to request the account deletion, please ensure you open the link in the same browser with the extension enabled." %}

{% trans "Please click the link below to confirm that you want to delete the associated account:" %}

{% trans "Delete account" %}

{% trans "Should the link not work, then please copy / paste the following link into your browser." %}

{{ unregistration_link_with_wbr | safe }}

{% trans "Best regards" %}

{% trans "Your Psono Team" %}