submit form
[prawokultury.git] / migdal / templates / django_comments_xtd / email_followup_comment.html
1 {% load i18n %}
2 <p>{{ user_name }},</p>
3
4 <p>Pojawił się nowy komentarz w wątku z Twoim udziałem.</p>
5 <p>(There is a new comment following up yours.)</p>
6
7 <p>
8 {% if content_object.published_pl %}{% language 'pl' %}
9   <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">„{{ content_object.title }}”</a>
10 {% endlanguage %}{% endif %}
11 {% if content_object.published_en %}{% language 'en' %}
12   <br/>
13   <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">“{{ content_object.title}}</a></p>
14 {% endlanguage %}{% endif %}
15 </p>
16
17 <p>{{ comment.name }}, {{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}:</p>
18 <blockquote>
19 {{ comment.comment }}
20 </blockquote>
21
22 <p>--<br/>
23 {{ site }}
24 </p>