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

{% blocktrans with username=sender_name %}Message from {{ username }}{% endblocktrans %}

{% if page %} {% blocktrans with page=page %}The user has sent this message from the following page: {{ page }}{% endblocktrans %} {% endif %}

{{ subject }}



{{ message }}

{% blocktrans with username=sender_name email=sender_email %}Reply to {{ username }}: {{ email }}{% endblocktrans %}