{% load i18n %} {% autoescape off %}
{{ data.name }},
{% blocktrans %}You, or someone in behalf of you, have sent a contact message to {{ site }}.{% endblocktrans %}
The Message:
{{ data.message }}
{% blocktrans %}Please click on the link below to confirm the message. If you did not post this message, either ignore it or report an incident to {{ support_email }}.{% endblocktrans %}
http://{{ site.domain }}{{ confirmation_url|slice:":40" }}...
{% trans "If clicking does not work, you can also copy and paste the address into your browser's address window." %}
--
{% trans "Kind regards" %},
{{ site }}