{% set clients = view.module.clients %}

{% if clients.data %}
<section id="quem-acredita-no-nosso-trabalho" class="index alternate">
    <div class="container">
        {{ toolsCommon.indexTitle(clients, null) }}

        <div class="owl-carousel owl-start owl-theme" data-options='{items: 4, margin: 25, false: true, dots: true }'>
            {% for item in clients.data %}
            <article class="archive-grid-{{ events.page.header.module }}">
                {{ macroElements.html_figureSimple(item, 'file', 'img-responsive', false) }}
            </article>
            {% endfor %}
        </div>
    </div>
</section>
{% endif %}
