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

{% trans "Hello," %}

{% trans "We noticed a new login to your Psono account:" %}

{% trans "Date & Time:" %} {{ login_datetime_timezone }}

{% trans "IP Address:" %} {{ ip_address }}

{% trans "Username:" %} {{ username }}

{% trans "If this was you, no further action is needed." %}

{% trans "If you don’t recognize this activity, please secure your account immediately by resetting your password:" %}

{% trans "Reset Password" %}

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

{{ webclient_url_with_wbr | safe }}

{% trans "Best regards" %}

{% trans "Your Psono Team" %}