<ul class="accreditations">
{% for item in accreditations %}
<li class="accreditations--item mt-6">
<img src="{{ imageCache('/' ~ item.getFullImagePath, 'cropResize', 280, 140) }}" alt="{{ item.title }} logo" loading="lazy" />
<li>
{% endfor %}
</ul>