<section class="featured-accreditations"><div class="container">{% for accreditation in accreditations %}<div class="accreditation">{% if accreditation.link %}<a href="{{ accreditation.link }}">{% endif %}{% if accreditation.image %}<imgsrc="{{ imageCache('/' ~ accreditation.getFullImagePath, 'cropResize', 330, 330) }}"alt="{{ accreditation.title }}">{% endif %}{% if accreditation.link %}</a>{% endif %}</div>{% endfor %}</div><div class="container text-center"><ahref="{{ path('router', { slug: 'accreditations' }) }}"class="button mx-auto">View all Accreditations</a></div>{{ knp_pagination_render(accreditations) }}</section>