{% extends 'base.html.twig' %} {% block title %}Bons plans{% endblock %} {% block body %} {% for label, messages in app.flashes(['success', 'warning']) %} {% for message in messages %} {% endfor %} {% endfor %}
{% for moderated_post in pagination %} {{ include('moderated_post/blocks/moderated_post_excerpt.html.twig', { moderated_post: moderated_post }) }} {% else %}

Aucun bon plan disponible.

{% endfor %}

{{ pagination.getTotalItemCount }} bons plans au total

{% endblock %}