{% extends 'base.html.twig' %} {% block title %}oeuvre list! {% endblock %} {% block body %}

oeuvres

{% for oeuvre in oeuvres %} {% if oeuvre.theme %} {% else %} {% endif %} {% if oeuvre.description %} {% else %} {% endif %} {# #} {% else %}

''

{% endif %} {% endfor %}
Id Theme nom description Image catégorie actions
{{ oeuvre.id }}{{ oeuvre.theme.name }}theme à ajouter{{ oeuvre.name }}{{ oeuvre.description }}Description à écrire{{ oeuvre.prix }} {% if oeuvre.image %} {# {{ oeuvre.image }} #} art digital et peinture de facundo varas street-art,portait paysage urbain hstoire {% endif %} {% if oeuvre.categorie %} {{ oeuvre.categorie.name }} {{ include('admin_oeuvres/_delete_form.html.twig') }} {% else %}
no records found
{% endblock %}