{% extends 'admin.base.html.twig' %} {% block title %}Galleries{% endblock %} {% block page_title %} Liste des Galleries {% endblock %} {% block breadcrumb %} {% include '_breadcrumb.html.twig' with { breadcrumbs: [ { label: 'Galleries', path: path('app_gallery_index') } ] } %} {% endblock %} {% block content %}
| ID | Titre | Slug | Catégorie | Nbr Images | {#Description | #}Actions |
|---|---|---|---|---|---|---|
| {{ gallery.id }} | {{ gallery.title }} | {{ gallery.slug }} | {% if gallery.category %} {{ gallery.category.title }} {% else %} Aucune {% endif %} | {{ gallery.images|length }} | {##} {# {{ gallery.description|raw|slice(0, 100) }}{% if gallery.description|length > 100 %}…{% endif %}#} {# | #}|
| Aucune galerie trouvée. | ||||||