{% extends "layouts/base.twig" %} {% block title %}{{ translations.rms_all_title }}{% endblock %} {% block head %} {% endblock %} {% block page_heading %}
{{ translations.rms_all_subtitle }}
{{ translations.rms_all_no_data }}
| {{ translations.rms_col_product }} | {{ translations.rms_col_sku }} | {{ translations.rms_col_material }} | {{ translations.rms_col_qty }} | {{ translations.rms_all_col_shop_breakdown }} | |
|---|---|---|---|---|---|
| {{ row.catalog_product_name }} | {{ row.catalog_product_sku }} | {{ row.material_name }} | {{ row.total_sold_quantity|number_format(3, '.', ' ')|replace({'.000': '', ',000': ''}) }} {{ row.unit_name }} |
{{ maxQty > 0 ? ((row.total_sold_quantity / maxQty) * 100)|round : 0 }}%
|
{% for i, shop in row.shops %}
{{ shop.share }}%
|