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

{{ 'add_products_collection'|trans }}

{{ entity.getLabel() }}

{% for item in listItem %} {% endfor %}
{% trans %}label{% endtrans %} {% trans %}price{% endtrans %} {% trans %}status{% endtrans %}
{{ item.getLabel() }}
{{ item.getCategory(1 , 'label') ~ '/' ~ item.getCategory(2 , 'label') }}
{{ item.getPrice()|decimal("€", "FR", "number") }} {{ item.getStatus() }}
{% endblock body %} {% block javascripts %} {% endblock javascripts %}