{% extends 'manager/manager_base.html.twig' %} {% block title %}Gestion des Flash Infos{% endblock %} {% block content %}
| Titre | Message | Créé le | Statut | Urgent | Actions | |
|---|---|---|---|---|---|---|
| {{ flash_info.titre }} | {{ flash_info.message|striptags|slice(0, 50) ~ '...' }} | {{ flash_info.dateCreation|date('d/m/Y H:i') }} | {# Colonne Statut avec icône #}{% if flash_info.statut %} {% else %} {% endif %} | {# Colonne Urgent avec icône #}{% if flash_info.urgent %} {% else %} {% endif %} | {# Menu d'actions déroulant (Dropdown) #}
|
|
|
Aucun message flash trouvé.
|
||||||