{% extends "base.html.twig" %} {% block body %}

{{categorie.titre}}

{% for tours in tours %}
Nouveau
{% if tours.photos | length > 1 %}
    {% for photo in tours.photos %}
  • {% endfor %}
{% endif %}
    {#
  • 3 days
  • #} {#
  • #}

{{tours.titre}}

{{tours.pays}}
{#

$150.00 $250.00

#} Découvrir
{% else %}

Il n'y a aucun circuit touristique en ce moment

{% endfor %}
{#
#}
{% endblock %}