{% load static %} {% for item in testimonials %} {{ item.name }} {% autoescape off %} {{ item.job }} {% endautoescape %} {{ item.desc }} {% endfor %}
{{ item.desc }}