<section class="testimonials"><div class="container">{% for testimonial in testimonials %}{% if testimonial.featured %}<twig:Testimonialfeatured="{{ true }}"reverse="{{ loop.index is even }}"author="{{ testimonial.author }}"company="{{ testimonial.company }}"><twig:block name="image"><imgsrc="{{ imageCache('/userfiles/images/testimonial/' ~ testimonial.image, 'zoomCrop', 738, 1150) }}"alt="{{ testimonial.author }}"></twig:block><h2 class="testimonial__name">{{ testimonial.title }}</h2>{{ allowInlineEditor(testimonial, 'content')|raw }}</twig:Testimonial>{% endif %}{% endfor %}{% for testimonial in testimonials %}{% if not testimonial.featured %}<twig:Testimonialauthor="{{ testimonial.author }}"company="{{ testimonial.company }}">{# <twig:block name="image"><imgsrc="{{ imageCache('/userfiles/images/testimonial/' ~ testimonial.image, 'zoomCrop', 738, 1150) }}"alt="{{ testimonial.author }}"></twig:block> #}{{ testimonial.content|striptags|replace({" ": " "})|nl2br }}</twig:Testimonial>{% endif %}{% endfor %}</div></section><twig:WhatsAppBlock alt="true" />