{% comment %}Inspired from Daniel Rus Morales's django-comments-xtd: * https://github.com/danirus/django-comments-xtd{% endcomment %} {% load i18n %}
{% trans "Hey," %}
{% trans "You or someone on behalf of you have requested to post a comment into this page:" %}
http://{{ site.domain }}{{ comment.content_object.get_absolute_url }} {% blocktrans with posted_time=comment.posted %}at {{ posted_time }}.{% endblocktrans %}
{% trans "The comment:" %}
{{ comment.content }}
{% trans "If you do not wish to post the comment, please ignore this message or report an incident to" %} {{ contact }}. {% trans "Otherwise click on the link below to confirm the comment." %}
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 "Thanks for your comment!" %}
--