{% extends 'base.html.twig' %} {% block title %}Deville | Slider Dernières Réalisations{% endblock %} {% block body %}

Slider Dernières Réalisations

Total : {{ sliders|length }}

Ajouter un slide {% for slider in sliders %} {% endfor %}
# Titre Image Ordre Actif Actions
{{ loop.index }} {{ slider.title }} {{ slider.title }} {{ slider.orderIndex }} {{ slider.isActive ? 'Oui' : 'Non' }} ✏️
{% endblock %}