{% if sejours %}

Nos Séjours

{% for sejour in sejours %}
 & IGUAZU - CIRCUIT 12 JOURS & 9 NUITS  - ARGENTINE

{{ sejour.title }}

{{ sejour.typePrestation}} - {{ sejour.pays}}
Voir l'offre
{% endfor %}
{% endif %} {% if circuits %}

Nos Circuits

{% for circuit in circuits %}
{{ circuit.title }}

{{ circuit.title }}

{{ circuit.typePrestation}} - {{ circuit.pays}}

Texte pour ....

{{ circuit.title }} {{ circuit.pays}}
{% endfor %}
{% endif %} {% if weekends %}

Nos Week-End

{% for weekend in weekends %}
{{ weekend.title }}

{{ weekend.title }}

{{ weekend.typePrestation}}

{{ weekend.title }} {{ weekend.pays}}
{% endfor %}
{% endif %}