{% extends 'base/staff/base_list.html.twig' %} {% block title %}{% trans %}app_name{% endtrans %} | {% trans %}list_product{% endtrans %}{% endblock title %} {% block body %}

{% trans %}list_product{% endtrans %}

({{ listItem|length }}) {% trans %}list_product{% endtrans %}

{% for item in listItem %}
{{ item.getLabel() }}
{% if item.getPictures()|length > 0 %}
{% endif %}
{% endfor %}
{% endblock body %}