summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/blog-article-refunded.html.j2
blob: 25b0af85cad840a621a6e3860f972a10251512a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 %}