{% extends 'base.html.twig' %} {% block title %}Plateformes de location — VIIZIA{% endblock %} {% block body %}
Plateformes de location
Référentiel global — {{ platforms|length }} plateforme{{ platforms|length > 1 ? 's' : '' }}
| Nom | Slug | Site web | Statut | ||
|---|---|---|---|---|---|
| {% if p.icon %}{% else %}{{ p.name|first|upper }}{% endif %} | {{ p.name }} | {{ p.slug }} |
{% if p.website %} {{ p.website }} {% else %} — {% endif %} | {{ p.status.label }} |