{% extends 'base.html.twig' %} {% block title %}Annonce plateforme — {{ property.code }} — VIIZIA{% endblock %} {% block body %} {% from 'admin/organization/_form.html.twig' import field %}

Modifier l’annonce — {{ listing.rentalPlatform.name }}

{{ form_start(form, {'attr': {'novalidate': 'novalidate'}}) }}
{{ field(form.rentalPlatform) }} {{ field(form.listingUrl) }} {{ field(form.payoutIdentifier) }} {{ field(form.listingLabel) }} {{ field(form.notes) }}
Annuler
{{ form_end(form) }} {% endblock %}