{% extends 'admin.html.twig' %} {% block title %}Admin - Liste des actualités{% endblock %} {% block body %}

Liste des actualités

{{ include('@AppBundle/Default/flashBag.html.twig') }}

{# #} {# #} {% for new in news %} {# #} {% endfor %}
Titre Catégorie DescriptionGalleryActions
Titre Categorie DescriptionGalleryActions
{{ new.title }} {{ new.category.name }} {{ new.description }} {% for gallerie in new.gallerie %} Card image cap {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% include '@BackBundle/News/bibliotheque/assets.html.twig' %} {% endblock %}