{% extends 'admin.html.twig' %} {% block title_start %}Caroussel {% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('admin_caroussel_list') }} {% endblock %} {% block main %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}

Taille image : 800 x 300 pixels

Modifier l'image

Rendre l'image invisible

Rendre l'image visible

Supprimer l'image

{% if is_granted('ROLE_ADMIN') %}
{% endif %}

Liste des images

{% for image in images %} {% endfor %}
Image Nom Lien Action
image-caroussel
{{ image.getName }} {{ image.getLink }} {% if is_granted('ROLE_ADMIN') %}
{% else %} {% endif %} {% if is_granted('ROLE_USER') %}
{% if image.getEnable() %} {% else %} {% endif %}
{% else %} {% endif %} {% if is_granted('ROLE_ADMIN') %}
{% else %} {% endif %}
{{ knp_pagination_render(images) }}
{% endblock %}{% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('admin_caroussel_list') }}{% endblock %}