{% if clients|length > 0 %}

{{ blocks | getBlock('customer_title') }}

    {% for client in clients %}
  • {{ client.logoAlt }}
  • {% endfor %}
{% endif %}