{% extends "lingo/interstitial_base.html" %} {% load i18n %} {% block title %}{% trans "Basket Payment" %}{% endblock %} {% block content %}

{% trans "Basket Payment" %}

{% blocktrans trimmed %} You should have been redirected to the payment platform, your browser may have opened it in a different window. {% endblocktrans %}

{% blocktrans trimmed %} If this did not happen, if an error occured, you should contact our services. {% endblocktrans %}

{% trans "Cancel Basket" %}

{% endblock %}