diff --git a/school/community/web_template/multiple_testimonials/multiple_testimonials.html b/school/community/web_template/multiple_testimonials/multiple_testimonials.html index e77a327b..9d9ed1bf 100644 --- a/school/community/web_template/multiple_testimonials/multiple_testimonials.html +++ b/school/community/web_template/multiple_testimonials/multiple_testimonials.html @@ -22,7 +22,7 @@ "{{ review.review }}" - {% if loop.index % 3 == 0 %} {% endif %} + {% if loop.index % 3 == 0 or loop.index == testimonials_table | length %} {% endif %} {% endfor %}