{% extends "layouts/public.html" %} {% block title %}{{ trans('starter.cs.listings.title') }} — {{ trans('starter.cs.title') }}{% endblock %} {% block content %}
← Accueil

{{ trans('starter.cs.listings.title') }}

Découvrez les hébergements disponibles dans nos communes.

{% if hebergements %}
{% for h in hebergements %}
Image à venir

{{ h.commune }}

{{ h.titre }}

{% if h.capacite %}

{{ trans('starter.cs.listing.capacity') }} : {{ h.capacite }} personne{% if h.capacite > 1 %}s{% endif %}

{% endif %} {% if h.description %}

{{ h.description }}

{% endif %} Voir la fiche
{% endfor %}
{% else %}
{{ trans('starter.cs.listings.empty') }}
{% endif %}
{% endblock %}