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

{{ document.description }}

{{ document.publicationDate|date("d/m/Y") }}
{% endblock %} {% endembed %} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}