{% extends 'frontend.html.twig' %} {% block title %}Annonces | {{ parent() }}{% endblock %} {% block body %} {% if sectionAnnonce %} {% else %} {% endif %}

{{ sectionAnnonce ? sectionAnnonce.title : 'Annonces' }}

{{ sectionAnnonce ? sectionAnnonce.content|raw : 'Annonces' }}

{% for annonce in annonces %}

{{ annonce.description }}

{{ annonce.createdAt|date('d/m/Y') }}

{{ annonce.title }}

{% endfor %}
Filtrer les annonces
{# #} {% endblock %}