{% extends "appli_recherche/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load fiber_tags %} {% block body %}

{% trans "Contacter un propriƩtaire" %}

{% show_content "contact" %} {% crispy form %}

{% trans "Rappel de l'annonce" %}

{% include "appli_socle/annonce.html" with annonce=annonce %} {% endblock %}