{% extends "templates/base.html.j2" %} {% block main %} {% include "articles/" + lang + "/" + article_file %} {% if refundable %}

{{ gettext("You did not like this article?") + gettext('You can request a refund within the first hour after buying it.').format(url=url_for('confirm_refund', lang='en', order_id=order_id)) }}

{% endif %} {% endblock main %}