{# Section name#}
{#{% if resources|length > 0 %}#}
{# {{ render(path('bitbag_sylius_cms_plugin_shop_section_show', {'code' : app.request.get('sectionCode'), 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Index/_section.html.twig'})) }}#}
{#{% endif %}#}
{% if resources|length > 0 %}
{% for page in resources %}
<li class="nav-item">
<a class="nav-link" href="{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug' : page.slug}) }}">
{{ page.name }}
{#<br>{{ page.nameWhenLinked }}#}
{#<br>{{ page.descriptionWhenLinked }}#}
{#<br>{{ page.breadcrumb }}#}
</a>
</li>
{% endfor %}
{% endif %}