{% extends "lingo/interstitial_base.html" %} {% load i18n %} {% block title %}{% trans "Basket" %}{% endblock %} {% block content %}
{% trans "Your basket is being processed." %}
{% trans "An invoice with a zero amount has been created." %}
{% trans "A credit has been created." %}
| {% firstof global_title site_title "Compte Citoyen" %} {% endblock %}