{% extends "WebFrontBundle::layout.html.twig" %} {% block styles %} {% endblock %} {% block body %}
{{ airport[0].getTitle() }}
{#
  • price
    • show all
    • ascending
  • location
    • default
    • alphabetical
  • stars
    • show all
    • ascending
    • 3
    • 4
    • 5
  • distance from center
    • distance
    • distance
    • distance
  • reviews
    • review
    • review
    • review
#} {% if packs is empty %} {% else %} {% for pack in packs %}
{% set europrice = pack.getPriceAdlt() %} {% set madprice = europrice*10 %}
{{ europrice|round }} € / {{ madprice }} MAD {% trans %}Per person & per way{% endtrans %}
{% set description = pack.getDescription()|split('/') %} {% set abrAero = airport[0].getAbr() %}

{% if app.request.getLocale() == 'fr' %} {{ description[1] }}. {% if pack.getTitle() != "Fast Track" %} {% if abrAero == "CMN" or abrAero == "TNG" or abrAero == "AGA" or abrAero == "OUD" or abrAero == "VIL" or abrAero == "EUN" %}

Suite au Covid 19, le salon à l'arrivée est suspendu.

{% endif %} {% endif %} {% endif %} {% if app.request.getLocale() == 'en' %} {{ description[0] }}. {% if pack.getTitle() != "Fast Track" %} {% if abrAero == "CMN" or abrAero == "TNG" or abrAero == "AGA" or abrAero == "OUD" or abrAero == "VIL" or abrAero == "EUN" %}

Following the Covid 19, the arrival lounge is suspended.

{% endif %} {% endif %} {% endif %}

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