submit form
[prawokultury.git] / migdal / templates / django_comments_xtd / email_followup_comment.html
diff --git a/migdal/templates/django_comments_xtd/email_followup_comment.html b/migdal/templates/django_comments_xtd/email_followup_comment.html
new file mode 100644 (file)
index 0000000..1987906
--- /dev/null
@@ -0,0 +1,24 @@
+{% 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>