--- /dev/null
+{% load i18n %}
+<p>{{ user_name }},</p>
+
+<p>Pojawił się nowy komentarz w wątku z Twoim udziałem.</p>
+<p>(There is a new comment following up yours.)</p>
+
+<p>
+{% if content_object.published_pl %}{% language 'pl' %}
+ <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">„{{ content_object.title }}”</a>
+{% endlanguage %}{% endif %}
+{% if content_object.published_en %}{% language 'en' %}
+ <br/>
+ <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">“{{ content_object.title}}</a></p>
+{% endlanguage %}{% endif %}
+</p>
+
+<p>{{ comment.name }}, {{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}:</p>
+<blockquote>
+{{ comment.comment }}
+</blockquote>
+
+<p>--<br/>
+{{ site }}
+</p>