{% extends 'admin/baseAdmin.html.twig' %} {% block title 'Admin | TPLG' %} {% block body %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %}

Réalisations

{% for realisation in realisations %} {% endfor %}
Image Nom Catégorie Action
{% for picture in realisation.pictures %} {{ realisation.name }} {% endfor %}
{{ realisation.name }}
{{ realisation.categories.name }}
Ajouter une réalisation
{% endblock %}