{% 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 %} {% genderize change.change_author "отозвал" "отозвала" %} {% with count=change.changes|length %} {% if count == 1 %} оценку {% else %} оцен{{ count|pluralize_ru:"ку,ки,ок" }} {{ count }} сотрудников {% endif %} {% endwith %}
{% include 'includes/persons.html' with list=change.changes %}
{% endblock body %}