{% extends "WebFrontBundle::layout.html.twig" %} {% block styles %} {% endblock %} {% block body %}
{{ airport[0].getTitle() }}

Any reservation made less than 24 hours before the service time does not guarantee that the service can be provided, even if the online payment has been completed.

{% if airport[0].getAbr() == "OZZ" %}
{% else %} {% for pack in packs %} {% if pack.getTitle() == "Pass Lounge VIP" %}
{% set europrice = pack.getPriceAdlt() %} {% set madprice = europrice*10 %}
{{ europrice|round }} €/ {{ madprice }} MAD {% trans %}Per person & per way{% endtrans %} (HT)

Need to unwind before your flight? Choose the VIP lounge. With a 3-hour access, indulge in delicious snacks and a variety of beverages, or catch up on last-minute emails with our free WiFi. Smoking areas are also available for your convenience.

{% trans %}very good{% endtrans %}
{% trans %}100 reviews{% endtrans %}
9.1
{% endif %} {% endfor %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}