{% extends 'base.html.twig' %} {% block title %}Oeuvres{% endblock %} {% block body %}
{# {{ oeuvre.image }} #} art digital et peinture de facundo varas street-art,portait paysage urbain hstoire
{# {{ oeuvre.id }} #}

{{ oeuvre.titre }}

Prix : {{ oeuvre.prix }}€

Dimension : {{ oeuvre.dimention }}

Catégorie : {{oeuvre.categorie.nom}}

Matière : {% if oeuvre.matieres|length > 0 %} {% for matiere in oeuvre.matieres %} {{ matiere.nom|capitalize }}{% if not loop.last %},{% endif %} {% endfor %} {% else %} N.R {% endif %}

{#
#} {# / #} {#
#}
{% if oeuvre.stock %} {#

ajouter au panier

#}

Disponibilité : en stock

{% if oeuvre.stock > 10 %} {% set quantity = 10 %} {% else %} {% set quantity = oeuvre.stock %} {% endif %}

Description :

{{oeuvre.description}}

commentaires

commentaire react

soucis pour finaliser l'envoi du commentaire :

"react_devtools_backend.js:4026 TypeError: Cannot set property status of #Response which has only a getter"

{# {% include "oeuvres/show.html" %}: #}

commentaire php

{% if app.user %} {{ form_start(formComment) }} {{ form_row(formComment.comment) }} {{ form_end(formComment) }} {% else %}

Veuillez vous connecter ou vous inscrire pour déposer votre message

{% endif %} {% for commentaire in commentaires %}

{{ commentaire.dateAt|date("d/m/Y H:i:s") }}


{{ commentaire.user.prenom }} a ecrit...


{{ commentaire.comment }}


{% else %}

Soyez le premier à laisser votre avis

{% endfor %} {% for notification in app.flashes('success') %}
{{ notification }}
{% endfor %} {# {{form(formComment)}} #}
{# back to list #} {# edit #} {# {{ include('oeuvres/_delete_form.html.twig') }} #} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('comments') }} {{ encore_entry_script_tags('script') }} {% endblock %}