{% load i18n %} {% load url from future %}
N°{{ annonce.id }} {% blocktrans with type=annonce.type surface=annonce.surface_en_m2 ville=annonce.ville publication=annonce.derniere_publication|date:"SHORT_DATE_FORMAT" %} {{ type }} de {{ surface }} m² à {{ ville }} publiée le {{ publication }} {% endblocktrans %}
{% if annonce.photo %} {% endif %}
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 }}