{% 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" %}
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: {{ 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 | 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 %}Arrrival{% 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 }} Date: {{df[0]}} Time: {{hf[1]}} |
{{ dresa[0] }} | {% set passagers= book.passagersAdlt+book.passagersFree+book.passagersOffre %}{{passagers}} | {% if (order.paymentMethod=='CMI I') or (order.paymentMethod=='paypal') %}{{ book.price }} | {{ book.price }} | {% else %} {% set BookPriceHMad = book.price*10 %} {% set PackpriceMad = book.price*10 %}{{ PackpriceMad }} | {{ BookPriceHMad }} | {% endif %}|||||||||||||
| Total HT | {% set totalHT = order.totalPrice %}{{ totalHT|number_format(2) }} | {% elseif order.paymentMethod=='paypal' %}Total HT (avec commission PayPal) | {% set totalHT = order.totalPrice + order.totalPrice*0.10 %}{{ totalHT|number_format(2) }} | {% elseif order.paymentMethod=='CMI L' %}Total HT | {% set priceHT = order.totalPrice %} {% set totalHT = priceHT*10 %}{{ totalHT|number_format(2) }} | {% else %}Total HT | {% set totalHT = order.totalPrice*10 %}{{ 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) }} | ||||||||||||||||||
|
|
|||||||||||||||||||
Thanks,
Cordially,
FastTrack Maroc.