{% extends 'base.html.twig' %} {% block title %}gestion{% endblock %} {% block body %}
Id | Titre | Prix | Image | categorie | Matière(s) | dimention | actions |
---|---|---|---|---|---|---|---|
{{ oeuvre.id }} | {{ oeuvre.titre }} | {{ oeuvre.prix }} |
{% if oeuvre.image %}
{# {{ oeuvre.image }} #}
|
{{ 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 |