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

Oeuvres index

{# {% if oeuvre is defined %} {% if oeuvres is defined %} #} {% for oeuvre in oeuvres %} showedit {% else %} {% endfor %} {# {% endif %} {% endif %} #}
Id Titre Prix Image categorie actions
{{ oeuvre.id }} {{ oeuvre.titre }} {{ oeuvre.prix }} {{ oeuvre.image }} {{ oeuvre.categorie }}
no records found
{% endblock %}