{% load i18n %} {% trans "Registration successful" %}
 

{% trans "Hello," %}

{% trans "You registered for an account with username:" %}

{{ username }}

{% trans "If you registered with a browser extension, make sure to open the link in the browser with the extension." %}

{% trans "Click to activate:" %}

{% trans "Activate" %}

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

{{ activation_link_with_wbr | safe }}

{% trans "Best regards" %}

{% trans "Your Psono Team" %}