{% extends "appli_recherche/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% load fiber_tags %}
{% block body %}
{% for annonce in annonces %}
{% include "appli_recherche/annonce.html" %}
{% endfor %}
{% show_page_content "footer" %}
{% endblock %}