{% extends "base.html" %} {% load review_tags %} {% block body %} {% for change in change_data %} {% if not forloop.first %} {% endif %} {% endfor %}

{% include 'includes/icon.html' with icon='thumb_up' %} {% staff_person change.change_author %} agreed the review of
{% include 'includes/persons.html' with list=change.changes %}
{% endblock body %}