vendor/bitbag/cms-plugin/src/Resources/views/Shop/Page/Show/_sections.html.twig line 1

Open in your IDE?
  1. {% if page.sections|length > 0 %}
  2.     <strong> {{ 'bitbag_sylius_cms_plugin.ui.sections'|trans }}: </strong>
  3.     {% for section in page.sections %}
  4.         <a href="{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : section.code}) }}" class="ui label">{{ section.name }}</a>
  5.     {% endfor %}
  6. {% endif %}