{% extends "templates/base.html.j2" %} {% block main %} {% include "articles/" + lang + "/" + article_file %} {% 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)) }}

{% endif %} {% endblock main %}