{{item.name}}

{{item.description}}

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