templates/frontend/taxon/_vertical_menu.html.twig line 1
{% if taxons|length > 0 %}<div class="sidebar-widget category-widget"><div class="widget-title"><h5 class="widget-title">Categories</h5></div><div class="widget-content"><ul class="category-list clearfix">{% for taxon in taxons %}{% set url = path('sylius_shop_product_index', {'slug': taxon.slug,'_locale': taxon.translation.locale}) %}<li class="nosub"><a href="{{ url }}"><span>{{ taxon.name }}</span></a></li>{% endfor %}</ul></div></div>{% endif %}