{% 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='unapprove' %} {% staff_person change.change_author %} revoked {% with count=change.changes|length %} mark of {{ count }} employee{{ count|pluralize:",s" }} {% endwith %}
{% include 'includes/persons.html' with list=change.changes %}
{% endblock body %}