<div class="row gy-3"> {% set length = locations|length %} {% for location in locations %} <div class="col-xxl-4 col-xl-6 col-md-6 col-sm-12"> {{ include('includes/teaser/location-teaser.html.twig', { location: location, }) }} </div> {% endfor %} {% if length == 0 %} {{ include('includes/atoms/no-results.html.twig') }} {% endif %}</div>