{{item.name}}

{{item.description}}

{% set customer = app.customer_auth() %} {% for item in list.items %} {% include 'views/front/' ~ template ~ '/includes/artist-block.html.twig' %} {% endfor %}
{% set view_items_limit = app.SystemSetting.view_artists_limit %} {% include 'views/front/' ~ template ~ '/includes/pagination.html.twig' %}