{% extends 'base.html.twig' %} {% block title %}gestion{% endblock %} {% block body %}

gestion

ajouter {% for oeuvre in oeuvres %} {% else %} {% endfor %}
Id Titre Prix Image categorie Matière(s) dimention actions
{{ oeuvre.id }} {{ oeuvre.titre }} {{ oeuvre.prix }} {% if oeuvre.image %} {# {{ oeuvre.image }} #} art digital et peinture de facundo varas street-art,portait paysage urbain hstoire {% endif %} {{ oeuvre.categorie.nom }} {% if oeuvre.matieres|length > 0 %} {% for matiere in oeuvre.matieres %} {{ matiere.nom|capitalize }}{% if not loop.last %},{% endif %} {% endfor %} {% else %} N.R {% endif %} {{oeuvre.dimention}} voir modif
no records found
{#
{{render(controller( 'App\\Controller\\AdminOeuvresController::new' ) )}}
#}
{% endblock %}