{% load i18n %} {% load url from future %}
{% blocktrans with publication=annonce.derniere_publication|date:"SHORT_DATE_FORMAT" %}publiée le {{ publication }}{% endblocktrans %}
{% if annonce.photo %} {% endif %}
{% trans "Loyer" %}: {{ annonce.prix_par_mois}} {{ annonce.monnaie }}
{% trans "Type" %}: {{ annonce.type_d_offre }}
{% if annonce.duree_location %}
{% trans "Durée de location" %}: {{ annonce.get_duree_location_display }}
{% endif %} {% if annonce.liste_des_prestations %}

{% trans "Prestations" %}

{{ annonce.liste_des_prestations }}
{% endif %}
{{ annonce.description }}
{% include "appli_socle/petite_carte.html" %}
{% csrf_token %}
{% if annonce.sauvegardee %} {% else %} {% endif %} {% if annonce.proprietaire.url_de_contact %} {% trans "Contact" %} {% else %} {% trans "Contact" %} {% endif %}