You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
368B

  1. {# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #}
  2. {% import '@LcCaracole/admin/product/macro/product_family_macro.html.twig' as pfm %}
  3. {% set section_current = section_container.resolver.getCurrent() %}
  4. {{ pfm.product_family_sales_statistic(order_shop_container.builder.getProductsSalesStatistic(section_current, entity.instance, 2), entity.instance) }}