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

Liste des destinations

{% for destination in destinations %} {% endfor %}
    {% if currentPage > 1 %}
  • {% endif %} {% for i in 1..pages %}
  • {{ i }}
  • {% endfor %} {% if currentPage < pages %}
  • {% endif %}
{% endblock %}