{% extends 'user.html.twig' %} {% block title %} {% endblock %} {% block body %}
Ajout d'image: {{property.title}}
Retourner à la liste Modifier l'annonce
{% if property.isOnly %} {% else %} {% endif%}
titre {{ property.title }}
Offre d'annonce {{ property.offer.name ?? "" }}
Statut de l'annonce {{ property.status.name }}
Type de l'annonce {{ property.type.name }}
Lieu
Quartier: {{ property.district.name }}
Commune: {{ property.district.commune.name }}
Ville: {{ property.district.commune.city.name }}
Description {{ property.description | nl2br }}
Annonce en Ligne ?OUINON
Prix {{ property.price | format_currency(property.currency ) }}
Qui a publié ? {{ property.publisher.fullName ?? "" }}
Date de Création {{ property.createdAt ? property.createdAt|date('Y-m-d H:i:s') : '' }}
Date de Mise à jour {{ property.updatedAt ? property.updatedAt|date('Y-m-d H:i:s') : '' }}

Ajout d'image

{{ form_start(form, {attr: {novalidate: 'novalidate'}}) }}
{{ form_widget(form.urlFile)}}
{{ form_widget(form.isDefault)}}
{{ form_end(form)}}
{% endblock %}