{% 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" %}

  • Si vous avez achetez un fast track arrivée : vous serez accueilli(e) par l'un de nos agents Fast Track au hall d'arrivée de l'aéroport. Notre agent tiendra une pancarte ou une tablette avec votre nom. Veuillez suivre notre agent jusqu'au comptoir Fast Track pour procéder aux formalités.
  • Si vous avez achetez un fast track départ : Nous vous recommandons d’être à l’aéroport au moins 2H00 à l’avance et de contacter l’agent au numéro ci-dessous au moins 20 minutes avant votre arrivée à l'aéroport :
{% else %}
  • À votre arrivée:Le passager doit se présenter à notre bureau d'accueil situé en bas des escaliers.
    A droite des escaliers pour les clients qui arrivent de la zone passerelle pour les avions accostés.
    A gauche des escaliers pour les clients qui arrivent de la zone au large pour les avions qui sont sur le tarmac.
  • Pour vos départs, Nous vous recommandons d’être à l’aéroport au moins 2H00 à l’avance. Le passager doit impérativement contacter notre agent au numéro de téléphone portable ci-dessous, au minimum 20 minutes avant son arrivée à l'aéroport. Une fois arrivé, il devra faire son enregistrement, puis se diriger vers notre comptoir de départ situé en face de l'entrée numéro 3, à côté du guichet de la Banque Populaire.
{% endif %}
    {% for book in bookings %}
  • Aéroport - {{ book.pack.aeroport.abr }} : {{ book.pack.aeroport.phone }} ,
  • {% endfor %}

(Si la ligne est occupée, veuillez relancer jusqu’à obtenir une réponse de l’agent)
Nous déclinons toute responsabilité pour l’exécution du service si vous n’appelez pas l’agent pour le service départ.


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" %}

  • If you have purchased an arrival fast track : You will be greeted by one of our Fast Track agents at the airport arrival hall. Our agent will be holding a sign or a tablet with your name. Please follow them to the Fast Track counter to proceed with the formalities.
  • If you have purchased a departure fast track : We recommend that you arrive at the airport at least 2 hours in advance and contact the agent at the number below at least 20 minutes before your arrival at the airport.
{% else %}
  • Upon your arrival,the passenger must report to our arrival desk which is located at the bottom of the stairs:
    To the right of the stairs, for customers arriving from the bridge area for docked aircraft.
    To the left of the stairs, for customers arriving from the off-shore area for aircraft that are on the tarmac.
  • For your departures, The passenger must contact our agent on the following mobile number (+212 6 66268834), at least 20 minutes before arriving at the airport. Upon arrival he must do his check in and then head to our departure desk located in front of entrance number 3, next to the Banque Populaire counter.
{% endif %}
    {% for book in bookings %}
  • Airport - {{ book.pack.aeroport.abr }} : {{ book.pack.aeroport.phone }} ,
  • {% endfor %}
We are not responsible for the execution of the service, if you do not call the agent


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.

{% if facture[0].getRef() == "FA" %} -------------------------------------------------------------- Your Invoice | Votre Facture----------------------------------------------------------- {% else %} -------------------------------------------------------------- Your Receipt | Votre Reçu----------------------------------------------------------- {% endif %} {% set dorder = order.dateOrder.date|split('.') %} {% if facture[0].getRef() == "FA" %} {% else %} {% endif %} {% set total = 0 %} {% set total_trans_all = 0 %} {% set countTrans=0 %} {% set total_trans=0 %} {% set add_trans="" %} {% for book in bookings %} {% set dresa = book.dateReservation.date|split('.' ) %} {% set dff = book.dateFly.date|split('.' ) %} {% set df = dff[0]|split(' ' ) %} {% set hff = book.heureFly.date|split('.' ) %} {% set hf = hff[0]|split(' ') %} {% set passagers= book.passagersAdlt+book.passagersFree+book.passagersOffre %} {% 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 %} {% else %} {% if book.getResaTrans() == 1 %} {% set PriceHMad = book.price*10 + total_trans_all*10 %} {% set BookPriceHMad = PriceHMad %} {% else %} {% set BookPriceHMad = book.price*10 %} {% endif %} {% endif %} {% endfor %} {% set totalOrder = order.totalPrice %} {% if order.paymentMethod=='CMI I' %} {% if countTrans > 0 %} {% set totalHT = totalOrder %} {% else %} {% set totalHT = totalOrder %} {% endif %} {% elseif order.paymentMethod=='paypal' %} {% if countTrans > 0 %} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd + totalCmd*0.10 %} {% else %} {% set totalCmd = totalOrder %} {% set totalHT = totalCmd + totalCmd*0.10 %} {% endif %} {% elseif order.paymentMethod=='CMI L' %} {% set totalHT = order.totalPrice * 10 %} {% else %} {% 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 %} {% endif %} {% if order.paymentMethod=='CMI L' %} {% set totalTVA = totalHT*0.2 %} {% elseif order.paymentMethod=='CMI I' %} {% set totalTVA = totalHT*0.2 %} {% elseif order.paymentMethod=='transfer' %} {% set totalTVA = totalHT*0.2 %} {% elseif order.paymentMethod=='cash' %} {% set totalTVA = 0 %} {% else %} {% set totalTVA = 0 %} {% endif %} {% set totalTTC = totalHT+totalTVA %}
FastTrack Maroc
1001Evasions
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
1001Evasions
Date Resa : {{ dorder[0] }}Facture/Invoice: {{ facture[0].getRef() }}000{{ facture[0].getId() }}Reçu/Receipt: RC000{{ facture[0].getId() }}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]}} {{passagers}}{{ BookPriceHMad }} {{ BookPriceHMad }}{{ BookPriceHMad }} {{ BookPriceHMad }}
Total HT {{ totalHT|number_format(2) }}Total HT (avec commission PayPal){{ totalHT|number_format(2) }}Total HT {{ totalHT|number_format(2) }}Total HT{{ totalHT|number_format(2) }}
TVA20%{{ totalTVA|number_format(2) }}20% {{ totalTVA|number_format(2) }}20% {{ totalTVA|number_format(2) }}0% 0.000% 0.00
Total TTC{{ totalTTC|number_format(2) }}
TAXE PROFESSIONNELLE: 48153713 //REGISTRE DE COMMERCE - Agadir: 22005//IDENTIFIANT FISCAL: 76146484//ICE: 000202508000077
{% endblock %}