{% extends 'base/staff/base_product.html.twig' %} {% block title %}{% trans %}app_name{% endtrans %} | {{entity.getLabel()}}{% endblock title %} {% block body %}

{% trans %}details_product{% endtrans %}

{% trans %}label{% endtrans %}

{{ entity.getLabel() }}


{% trans %}creation_date{% endtrans %}

{{ entity.getCreated().format("d/m/Y à H:i:s") }}


{% trans %}price{% endtrans %}

{{ entity.getPrice() ~ " €" }}


{% trans %}update{% endtrans %}

{% trans %}drop_files_jpg_700_898{% endtrans %}

{% trans %}browse{% endtrans %}
{% for item in entity.getPictures() %}
{{ item|getlink(entity.getId()) }}
{% endfor %}
image John dir 12 mars 2020 à 12H30

test test

{% endblock body %} {% block javascripts %} {% endblock javascripts %}