{% if resources|length > 0 %} {% for articleCategory in resources %} <a href="{{ path('odiseo_sylius_blog_plugin_shop_article_index_by_category', {'slug': articleCategory.slug}) }}" title="{{ articleCategory.title|e('html_attr') }}" class="footer__item">{{ articleCategory.title }}</a> {% endfor %}{% endif %}