{% extends 'FrontofficeFr/base.html.twig' %} {% block activeAcChambre %}main-menu-active{% endblock %} {% block titre %}Actualités des chambres{% endblock %} {% block body %}

Actualités des chambres


{% if actualites|length != 0 %} {# {% set index = 0 %} #} {% for a in actualites %} {# {% if index != 0 %} #}
{{ a.date|date("d-m-Y") }}

{{ a.titreFr|length > 100 ? a.titreFr|slice(0, 100) ~ '...' : a.titreFr }}

lire plus
{# {% endif %} {% set index = index+1 %} #} {% endfor %} {% else %}

Aucune actualité pour le moment

{% endif %}
{% endblock %}