]> git.openstreetmap.org Git - osqa.git/blobdiff - osqa/forum/skins/default/templates/notifications/newcomment.html
initial import
[osqa.git] / osqa / forum / skins / default / templates / notifications / newcomment.html
diff --git a/osqa/forum/skins/default/templates/notifications/newcomment.html b/osqa/forum/skins/default/templates/notifications/newcomment.html
new file mode 100644 (file)
index 0000000..30e3c65
--- /dev/null
@@ -0,0 +1,34 @@
+{% extends "email_base.html" %}\r
+{% load i18n %}\r
+{% load extra_tags %}\r
+\r
+{% block content %}\r
+    <p>{% trans "Hello" %} {% user_var username %},</p>\r
+\r
+    <p>\r
+        {% blocktrans with comment.user.username as author_name %}\r
+            {{ author_name }} has just posted a comment on\r
+        {% endblocktrans %}\r
+\r
+        {% if post.question %}\r
+            {% blocktrans with settings.APP_URL as app_url and post.author.username as poster_name and post.author.get_profile_url as poster_url%}\r
+                the answer posted by <a href="{{ app_url }}{{ poster_url }}">{{ poster_name }}</a> to\r
+            {% endblocktrans %}\r
+        {% endif %}\r
+\r
+        {% blocktrans with question.title as question_title and settings.APP_URL as app_url and question.get_absolute_url as question_url %}\r
+             the question  <a href="{{ app_url }}{{ question_url }}">{{ question_title }}</a>\r
+        {% endblocktrans %}\r
+    </p>\r
+\r
+    <blockquote>\r
+        {{ comment.comment }}\r
+    </blockquote>\r
+\r
+    {% blocktrans %}\r
+        Don't forget to come over and cast your vote.\r
+    {% endblocktrans %}\r
+\r
+    <p>{% blocktrans %}Sincerely,<br />\r
+    Forum Administrator{% endblocktrans %}</p>\r
+{% endblock %}\r