{% load i18n static countries %} {% trans 'Registration confirmation' %}
 

{% trans 'Registration confirmation.' %}


{% blocktrans with name=user.username %}Hello {{ name }}!{% endblocktrans %}



{% blocktrans with url=app.url %}Thank you for registering on {{ url }}.{% endblocktrans %}

{% blocktrans with username=user.username %}Your username is: {{ username }}{% endblocktrans %}