{% extends "base.html" %} {% load review_tags %} {% block body %}
{% 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 %} |