{% 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 %}