{% 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("After you have requested a refund, you won't 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 %}