themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Brand/Box/_content.html.twig line 1

Open in your IDE?
  1. {% if brand.images|first != false %}
  2.     {% set path =  brand.images|first.path|imagine_filter(filter|default('sylius_shop_product_thumbnail')) %}
  3.     <div class="img-kit py-3 py-md-4 px-md-3 px-2 text-center"><img src="{{ path }}" {{ sylius_test_html_attribute('main-image') }} alt="{{ brand.name }}" class="rounded-0" /></div>
  4. {% endif %}
  5. <h3 class="libelle-brand lib-kit text-uppercase  text-center color-orange mb-0"> {{ brand.name  }} </h3>
  6. {% set totalProductBrand = app_get_total_product_by_brand(brand) %}
  7. <div class="text-grey py-2 fontsize-normal text-center">{{ (totalProductBrand|length) }} article(s)</div>