{% load i18n %} {% load url from future %}
{% if annonce.etat_validation == 'attend_validation' %}

{% trans "En attente de validation" %}

{% endif %} {% if annonce.etat_validation == 'invalide' %}

{% blocktrans with par=annonce.derniere_validation_par date=annonce.derniere_validation raison=annonce.raison_invalidation %} Annonce refusée par {{ par }} le {{ date }} pour la raison « {{ raison }} » Pour plus d'informations consultez la charte qualité {% endblocktrans %}

{% endif %}
N°{{ annonce.id }} {% blocktrans with type=annonce.type surface=annonce.surface_en_m2 ville=annonce.ville %} {{ type }} de {{ surface}} m² à {{ ville }} {% endblocktrans %} {% if annonce.etat_validation == 'publiee' %} {% trans "(publiée)" %}{% else %}{% trans "(non-publiée)" %} {% endif %}
{% 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.etat_validation == 'valide' %} {% else %} {% endif %} {% trans "Modifier" %} {% trans "Supprimer" %}