{{ 'product_ea.list.image'|trans }} | {{ app.user.typeSector == 1 ? 'product_ea.form.sku'|trans : 'product_editorial.form.isbn'|trans }} | {{ 'product_ea.list.name'|trans }} | {% if app.user.typeSector == 2 %}{{ 'product_editorial.list.autor'|trans }} | {% endif %}{{ 'product_ea.list.presentation'|trans }} | {{ 'order_cliente_ea.show.totalAmount'|trans|capitalize }} | {{ 'Clients'|trans|capitalize }} | {% if activeGem == true %}{{ 'Providers'|trans|capitalize }} | {% endif %}|
---|---|---|---|---|---|---|---|---|
{% if products.image is defined and products.image != '' %}
![]() |
{{products.sku}} | {{products.name}} | {% if app.user.typeSector == 2 %}{{products.containerType}} | {% endif %}{{products.presentation}} | {{products.total_units}} {# #} |
{% for key, client in products.clients %}
{{client.companyName}} {% endfor %} |
{% if activeGem == true %}
{% for key, client in products.providerGem %}
{{client.companyName}} {% endfor %} |
{% endif %}
{{'productSelects'|trans()}} 0/{{orderGroup.productArray|length}}, {# {{'SelectAll'|trans()}}, {{'deleteAllProdcutCatalogue'|trans()}} #}