{% extends 'base.html.twig' %} {% block title %}{{companyName}} | {% trans %}Accueil{% endtrans %}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
    {% for background in backgrounds %}

  • {% if local =="fr" %}

    {{ background.data.title }}


    {{ background.data.message }}
    {% endif %} {% if local =="en" or local =="it" or local =="zh_CN"%} {% endif %}
  • {% endfor %}
    {% for buildingType in buildingTypes %} {% if buildingType.enable ==true %}
  • {{buildingType.type }}
  • {% endif %} {%endfor %}
{% for buildingType in buildingTypes %} {% if buildingType.enable ==true %}
Arrivée Le
Départ Le
Adultes
Enfants
Rechercher
{% endif %} {%endfor %}
Offres
Promotions, deals and special offers for you
Offres
Promotions, deals and special offers for you
{% for announce in announces %}
{{ announce.titleEn }}

{{ announce.description }}

En Savoir plus..
{{ announce.amount|number_format(2, '.', ',') }}
{%endfor %}
Trending destinations
Travellers searching for Chile also booked these
Trending destinations
Travellers searching for Chile also booked these
{% for town in trendingDestinations %}
{{ town.town }} ( {{ town.country.countryName }} )
{% if town.picture != NULL %} {%else %} {%endif %}
{%endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}