{% extends "index.html.twig" %} {% block page_title %}Publications{% endblock %} {% block message %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %}
| # | Liste des publications | Date | {% for document in documents %}
|---|---|---|
|
{% set icon = document.icon %}
{% if not icon %}{% set icon = 'file' %}{% endif %}
|
{{ document.title }}
{{ document.description }} |
{{ document.publicationDate|date("d/m/Y") }} |