Annonces plateforme (booking, etc.)

{% if platform_listings|length == 0 %}

Aucune annonce enregistrée pour ce bien.

{% else %}
{% for pl in platform_listings %} {% endfor %}
Plateforme Libellé Identifiant flux URL
{{ pl.rentalPlatform.name }} {% if pl.listingLabel %}{{ pl.listingLabel }}{% else %}{% endif %} {% if pl.payoutIdentifier %}{{ pl.payoutIdentifier }}{% else %}Non renseigné{% endif %} {% if pl.listingUrl %} ouvrir {% else %} {% endif %} Éditer
{% endif %}