{% extends 'comment/email/base.html' %} {% comment %}Email template is used from: * https://github.com/leemunroe/responsive-html-email-template{% endcomment %} {% load i18n %} {% block content %}

{% trans "Hey" %} {{receiver}}{% trans "," %}

{{comment.user}} {% trans 'has added a comment at' %} {{ comment.posted }}, {% trans "to" %} "{{thread_name}}".


{% trans "The comment:" %}

{{ comment.content }}



{% 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!" %}

------

{% trans "Kind regards," %}
{{ site }}

{% endblock content %} {% block footer %} {% endblock footer %}