{% load i18n %}

{% blocktrans with display_name=name|default:username %}Hello {{ display_name }}{% endblocktrans %}

{% trans 'Your account has been created successfully.' %}

{% trans 'Username' %}: {{ username }}
{% trans 'Password' %}: {% trans 'click here to set your password' %}


{% trans 'This link is valid for 1 hour. After it expires' %} {% trans 'request new one' %}