{% extends "blog-base.html.j2" %} {% block main %} {{ article_contents | safe }}
{% if refundable %}

{{ gettext("Taler allows merchants to offer refunds to customers.") + gettext('You can request a refund within the first hour after buying this article.').format(url=url_for('confirm_refund', lang='en', order_id=order_id)) }}

{% else %} {{ gettext("Taler allows merchants to offer refunds to customers.") }} {{ gettext("This article can't be refunded anymore.") }} {% endif %} {% endblock main %}