{% extends "base.html.twig" %} {% block stylesheets %} {% endblock %} {% block body %} Liste des destinations Accueil Liste des destinations {% for destination in destinations %} 4.5 {{ destination.pays }}, {{ destination.ville }} ${{ destination.montant }} Decouvrir {% endfor %} {% if currentPage > 1 %} {% endif %} {% for i in 1..pages %} {{ i }} {% endfor %} {% if currentPage < pages %} {% endif %} {% endblock %}