summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/blog-article-refunded.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/blog-article-refunded.html.j2')
-rw-r--r--talermerchantdemos/templates/blog-article-refunded.html.j218
1 files changed, 18 insertions, 0 deletions
diff --git a/talermerchantdemos/templates/blog-article-refunded.html.j2 b/talermerchantdemos/templates/blog-article-refunded.html.j2
new file mode 100644
index 0000000..6a2e139
--- /dev/null
+++ b/talermerchantdemos/templates/blog-article-refunded.html.j2
@@ -0,0 +1,18 @@
+{% extends "blog-base.html.j2" %}
+{% block main %}
+
+<h2>{{ gettext("Refunded") }}</h2>
+
+<p>
+{{
+ gettext("Your payment (order ID <tt>{order}<tt>) for the article "{article}" has been refunded.").format(order=order_id,article=article_name)
+}}
+</p>
+
+<p>
+{{
+ gettext("You will not be able to read the article until you pay for it again.")
+}}
+</p>
+
+{% endblock main %}