{% extends 'manager/manager_base.html.twig' %} {% block title %}Gestion des articles{% endblock %} {% block content %}
| Titre | Date de création | Ordre | Statut | Actions |
|---|---|---|---|---|
| {{ presentation.titre }} | {{ presentation.updatedAt|date('d/m/Y H:i') }} | {% if not loop.first %} {% endif %} {% if not loop.last %} {% endif %} | {% if presentation.statut %} {% else %} {% endif %} |
|
| Aucun article trouvé. | ||||