{% 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 %}
{{ 'confirmation.text24.1'|trans }}
{{ cartAbonnement.price|number_format(0,'.','') }} Dh
{{ cartCadeaux.price|number_format(0,'.','') }} Dh
{{ '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 %}