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

{% trans 'Registration confirmation.' %}


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



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

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