themes/BootstrapChildTheme/BitBagSyliusCmsPlugin/views/Shop/Page/_footer_links.html.twig line 1

Open in your IDE?
  1. {# Section name#}
  2. {#{% if resources|length > 0 %}#}
  3. {#    {{ render(path('bitbag_sylius_cms_plugin_shop_section_show', {'code' : app.request.get('sectionCode'), 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Index/_section.html.twig'})) }}#}
  4. {#{% endif %}#}
  5. {% if resources|length > 0 %}
  6.     {% for page in resources %}
  7.         <li class="nav-item">
  8.             <a class="nav-link" href="{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug' : page.slug}) }}">
  9.                 {{ page.name }}
  10.                 {#<br>{{ page.nameWhenLinked }}#}
  11.                 {#<br>{{ page.descriptionWhenLinked }}#}
  12.                 {#<br>{{ page.breadcrumb }}#}
  13.             </a>
  14.         </li>
  15.     {% endfor %}
  16. {% endif %}