{% extends "appli_offre/base.html" %} {% load i18n %} {% block body %}

{% trans "Supprimer une annonce" %}

{% include "appli_socle/annonce.html" with annonce=object %}
{% csrf_token %} {% trans "Annuler" %}
{% endblock %}