{% load wagtailimages_tags %} {% load wagtailcore_tags wagtailimages_tags static %} {% block content %} {{ value.title }} {% if value.description %} {{ value.description }} {% endif %} {% for testimonial in value.testimonials %} {% if testimonial.image %} {% image testimonial.image fill-150x150 format-webp as person_img %} {% else %} {% endif %} {{ testimonial.name }} {{ testimonial.testimonial }} {{ testimonial.position }} {% empty %} Nenhum depoimento disponível. {% endfor %} {% endblock %}
Nenhum depoimento disponível.