{% extends "WebFrontBundle::layout-email.html.twig" %} {% block body %} {% set airpotRak = "N" %} {% for book in bookings %} {% set airportAbr = book.pack.aeroport.abr %} {% if airportAbr == "RAK" %} {% set airpotRak = "Y" %} {% endif %} {% endfor %}
Merci d’avoir choisi Fast Track Maroc.
Nous sommes ravis de confirmer votre réservation de service Fast Track. Afin de vous offrir une assistance de qualité, veuillez trouver ci-dessous les informations utiles pour le bon déroulement de votre service :
{% if airpotRak == "N" %}
Nous vous conseillons également de garder les informations de votre réservation avec vous pour toute référence ultérieure. Si vous avez des questions ou informations supplémentaires, n'hésitez pas à nous contacter à l'avance. Nous sommes là pour vous aider et vous offrir un service de qualité.
Pour toute information supplémentaire, notre équipe est à votre écoute au :
GSM : 00212 661 90 29 99 ou 00212 662 78 59 73
Email : msoussi@1001evasions.com ou contact@1001evasions.com
Cordialement,
Team Fast Track Maroc.
Thank you for choosing Fast Track Morocco.
We are pleased to confirm your Fast Track service reservation.
In order to provide you with quality assistance,
please find below the useful information for the smooth progress of your service :
{% if airpotRak == "N" %}
We also advise you to keep the information from your reservation with you for any future reference. If you have any questions or additional information, please do not hesitate to contact us in advance. We are here to help you and provide you with quality service.
For any further information, our team remains at your disposal :
GSM : 00212 661 90 29 99 or 00212 662 78 59 73
Email : msoussi@1001evasions.com or contact@1001evasions.com
Best Regards,
FastTrack Maroc Team.
|
Ryad Ahl Souss, B6, Appt 17, Cité Dakhla Agadir, Maroc Email : msoussi@1001evasions.com // 1001evasions@gmail.com Site web : https://fasttrackmaroc.com https://www.1001evasions.com |
|||||||||||||||||||
| Date Resa : {{ dorder[0] }} | {% if facture[0].getRef() == "FA" %}Facture/Invoice: {{ facture[0].getRef() }}000{{ facture[0].getId() }} | {% else %}Reçu/Receipt: RC000{{ facture[0].getId() }} | {% endif %}Commande/order: {{ order.ref }} | ||||||||||||||||
| Client: {{ facture[0].order.user }} | Societe: {{ facture[0].order.user.entreprise }} | ICE: {{ facture[0].order.user.ice }} | Mode de paiement: {{ facture[0].order.getPaymentMethod }} | ||||||||||||||||
| Reservations/Bookings | Date service | N Passagers | Prix/Price HT {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} ( € ) {% else %} ( MAD ) {% endif %} | total {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} ( € ) {% else %} ( MAD ) {% endif %} | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{book.pack.title}} - {% if book.type==1 %}Arrival{% else %}Departure{% endif %} to {{book.pack.aeroport.abr}}{% set chars = book.passagers|split('||' ) %} Names :{% for char in chars %} {% set names = char|split('//' ) %} {% if names[1] is defined %} {{names[0]}} {{names[1]}} {% endif %} {% endfor %} Adults (12+ Years): {{book.passagersAdlt}} Child (0-1.99 Years): {{book.passagersFree}} Child (2-12 Years): {{book.passagersOffre}} Fly Number : {{ book.numfly }} Time: {{hf[1]}} {% if book.getResaTrans() == 1 %} --------------------------------------------------------------- Service transfert {% for trans in transport[countTrans] %} {% set total_trans=total_trans+trans.getPrix() %} {% set add_trans=trans.getTransfertAdresse() %} Vehicule : {{ trans.getVehicule() }} Adresse : {{ add_trans }} {% endfor %} {% set total_trans_all = total_trans_all + total_trans %} {% set countTrans=countTrans+1 %} {% endif %} |
{{df[0]}} | {% set passagers= book.passagersAdlt+book.passagersFree+book.passagersOffre %}{{passagers}} | {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %} {% if book.getResaTrans() == 1 %} {% set PriceHMad = book.price + total_trans_all %} {% set BookPriceHMad = PriceHMad %} {% else %} {% set PriceHMad = book.price %} {% set BookPriceHMad = PriceHMad %} {% endif %}{{ BookPriceHMad }} | {{ BookPriceHMad }} | {% else %} {% if book.getResaTrans() == 1 %} {% set PriceHMad = book.price*10 + total_trans_all*10 %} {% set BookPriceHMad = PriceHMad %} {% else %} {% set BookPriceHMad = book.price*10 %} {% endif %}{{ BookPriceHMad }} | {{ BookPriceHMad }} | {% endif %}|||||||||||||
| Total HT | {% if countTrans > 0 %} {% set totalHT = totalOrder %} {% else %} {% set totalHT = totalOrder %} {% endif %}{{ totalHT|number_format(2) }} | {% elseif order.paymentMethod=='paypal' %}Total HT (avec commission PayPal) | {% if countTrans > 0 %} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd + totalCmd*0.10 %} {% else %} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd + totalCmd*0.10 %} {% endif %}{{ totalHT|number_format(2) }} | {% elseif order.paymentMethod=='CMI L' %}Total HT | {% set totalHT = order.totalPrice * 10 %}{{ totalHT|number_format(2) }} | {% else %}Total HT | {% if countTrans > 0 %} {# {% set totalCmd = totalOrder + total_trans_all %} #} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd*10 %} {% else %} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd*10 %} {% endif %}{{ totalHT|number_format(2) }} | {% endif %}||||||||||||
| TVA | {% if order.paymentMethod=='CMI L' %}20% | {% set totalTVA = totalHT*0.2 %}{{ totalTVA|number_format(2) }} | {% elseif order.paymentMethod=='CMI I' %} {% set totalTVA = totalHT*0.2 %}20% | {{ totalTVA|number_format(2) }} | {% elseif order.paymentMethod=='transfer' %} {% set totalTVA = totalHT*0.2 %}20% | {{ totalTVA|number_format(2) }} | {% elseif order.paymentMethod=='cash' %} {% set totalTVA = 0 %}0% | 0.00 | {% else %} {% set totalTVA = 0 %}0% | 0.00 | {% endif %}|||||||||
| Total TTC | {% set totalTTC = totalHT+totalTVA %}{{ totalTTC|number_format(2) }} | ||||||||||||||||||
|
|
|||||||||||||||||||