{% set order_store = order_shop_container.store.setSection(section_current()).setMerchant(merchant_current()) %} {% set totalOrder = order_store.countValidByUserAllMerchant(entity.instance) %} {% if totalOrder > 0 %} {{ totalOrder }} commandes {% else %} 0 commandes {% endif %}