{% extends 'base.html.twig' %} {% block title %} {{ 'confirmation.metatitle'|trans }} {% endblock %} {% block description %} {{ 'confirmation.metadescription'|trans }} {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% set routeName = "app_create_order_abonnment" %} {% if app.session.get('cartCadeaux') %} {% set routeName = "app_order_product_cheque_cadeaux" %} {% endif %}
{% if app.user is null %} {% endif %}

{{ 'footer.paiementsecurise'|trans }}

* {{ 'confirmation.text1'|trans }}
{{ 'confirmation.text2'|trans }}
{% if not app.user and not app.session.get('cartCadeaux') %} {% endif %}
{% if app.session.get('cartCadeaux') %}
{{ 'destinataire'|trans }}
{% endif %}

{{ 'confirmation.text15'|trans }}

{{ 'confirmation.text16'|trans }}

{{ 'confirmation.text17'|trans }}

{{ 'confirmation.text18'|trans }}

{{ 'confirmation.text19'|trans }}

{{ 'confirmation.text7'|trans }}

{{ 'confirmation.text8'|trans }}

{{ 'confirmation.text9'|trans }}

{{ 'confirmation.text10'|trans }}

{{ 'confirmation.text10.1'|trans }}

  • picto-pyment

{{ 'confirmation.text20'|trans }}

{{ 'confirmation.text21'|trans|raw }}

{{ 'confirmation.text22'|trans|raw }}

{{ 'confirmation.text23'|trans }}: {% if app.session.get('cartAbonnement') %} {% set cartAbonnement = app.session.get('cartAbonnement') %} {{ cartAbonnement.price|number_format(0,'.','') }} Dh {% endif %} {% if app.session.get('cartCadeaux') %} {% set cartCadeaux = app.session.get('cartCadeaux') %} {{ cartCadeaux.price|number_format(0,'.','') }} Dh {% endif %}

{{ 'confirmation.text24.1'|trans }}

{% if app.session.get('cartAbonnement') %} {% set cartAbonnement = app.session.get('cartAbonnement') %}

{{ cartAbonnement.product }}

{{ cartAbonnement.price|number_format(0,'.','') }} Dh

{% endif %} {% if app.session.get('cartCadeaux') %} {% set cartCadeaux = app.session.get('cartCadeaux') %}
{% set categorie = cartCadeaux.product|getProduct(app.request.locale)['cat']|getCategorie(app.request.locale) %} {% if categorie.iconCategorie %} {% set svgPath = sonata_path(categorie.iconCategorie, 'reference')|showsvgFileGetContent %} {{ svgPath|raw }} {% endif %}

{{ cartCadeaux.initule }}

{{ cartCadeaux.duree|getdatadure(app.request.locale)['intitule'] }} x {{ cartCadeaux.number }}

{{ cartCadeaux.price|number_format(0,'.','') }} Dh

{% endif %}

{{ 'confirmation.text28'|trans }}

{% if app.session.get('cartAbonnement') %} {% set cartAbonnement = app.session.get('cartAbonnement') %} {{ cartAbonnement.price|number_format(0,'.','') }} Dh {% endif %} {% if app.session.get('cartCadeaux') %} {% set cartCadeaux = app.session.get('cartCadeaux') %} {{ cartCadeaux.price|number_format(0,'.','') }} Dh {% endif %}

{% endblock %} {% block javascripts %} {% endblock %}