{# @var dashboard_published_interviews list<\App\Entity\Team> #} {% if dashboard_published_interviews|default([])|length > 0 %}

Interviews d'équipes

1 %}data-dashboard-interviews-slider{% endif %} > {% if dashboard_published_interviews|length > 1 %}
{% for team in dashboard_published_interviews %} {% include 'home/_dashboard_published_interview_slide.html.twig' with { team: team, slider_mode: true, } only %} {% endfor %}
{% else %} {% include 'home/_dashboard_published_interview_slide.html.twig' with { team: dashboard_published_interviews|first, } only %} {% endif %}
{% endif %}