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

{{ gettext("Refunded") }}

{{ gettext("Your payment (order ID {order}) for the article "{article}" has been refunded.").format(order=order_id,article=article_name) }}

{{ gettext("You will not be able to read the article until you pay for it again.") }}

{% endblock main %}