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

{% trans %}details_product{% endtrans %}

{% trans %}category{% endtrans %}

{{ entity.getParent()["category_1"]["label"] }}


{% trans %}sub_category{% endtrans %}

{{ entity.getParent()["category_2"]["label"] }}

{% trans %}drop_files{% endtrans %}

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

test test

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