{% load review_tags %} {% for data in list %} {% if not forloop.first %} {% endif %} {% with person=data.person_review.person %} {% endwith %} {% endfor %}
{% include "includes/avatar.html" with person=person %} {% staff_person person %}