{% extends layout %} {% block title %}Abonnement Stiletto Magazine{% endblock %} {% block metadescription %}Abonnez-vous à Stiletto Magazine pour 25 Euros par an{% endblock %} {% block body %}
{% if status == 'accepted' %}
{% trans %}Thank you for your trust ! We confirm we recieved your payment.{% endtrans %}
Stiletto Editions vous remercie de votre confiance. Nous vous confirmons que nous avons bien enregistré le paiement.
{% elseif status == 'refused' %}
{% trans %}Sorry, your order had been cancel !{% endtrans %}
Désolé, le paiement a été annulé ou a été refusé et n'a pas pu être pris en compte.
{% elseif status == 'awaiting' %}
{% trans %}Sorry, your order had been cancel !{% endtrans %}
{% endif %}