{% extends 'admin.html.twig' %} {% block title %}Admin - List News{% endblock %} {% block body %}

News List

The Right Way - Admin Template

News list

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

{% for new in news %} {% endfor %}
Title Category Description Gallery Actions
Title Category Description Gallery Actions
{{ 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 %}