{% extends 'base.html.twig' %} {% block title %}Patrimoine Roses | Save the date{% endblock %} {% block body %} Save the date Total : {{ stds|length }} Ajouter # Titre Photo Ordre Actif Actions {% for std in stds %} {{ loop.index }} {{ std.title }} {% if std.photo %}{% endif %} {{ std.orderIndex }} {{ std.isActive ? 'Oui' : 'Non' }} ✏️ 🗑 {% endfor %} {% endblock %}
Total : {{ stds|length }}