{% extends "templates/base.html.j2" %} {% block main %}

{{ gettext("Confirm refund request for article") }}

{{ gettext("Do you want to get a refund for the article {name}?").format(name=article_name) + "
" + gettext("In this demonstration, refunds will be automatically approved by the merchant.") + "
" + gettext("After you have obtained a refund, you will not be able to read the article anymore.") }}

{{ gettext ("You will only be able to receive the refund on the same wallet that you have used to pay for this article originally.") }}

{% endblock main %}