{% load url from future %}
{% load i18n %}
{% blocktrans %}Dear {{ user }},{% endblocktrans %}
{% trans 'Your account registration was created successfully.' %}

{% trans 'Please wait until the inspector verify your registration.' %}
{% trans 'You will receive an acceptance or rejection email within several days.' %}
