{% extends "base_digest.html" %} {% load review_tags %} {% block title %} Changes to your employees' reviews {% endblock title %} {% block update %} Changes were made to some of your employeess being reviewed. You can discuss these changes with your supervisor. {% endblock update %} {% block body %} {% for change in change_data %} {% if change.mark_changed_by %} {% endif %} {% if change.level_changed_by %} {% endif %} {% endfor %}

{% include 'includes/icon.html' with icon='change' %}
The rating was changed for {% staff_person change.person %} in the review {{ change.review_name }}.
Author of the change: {% staff_person change.mark_changed_by %}.
View the entire history of changes.
{% include 'includes/icon.html' with icon='change' %}
The "Gradeup" value was changed for {% staff_person change.person %} in the review {{ change.review_name }}.
Author of the change: {% staff_person change.level_changed_by %}.
View the entire history of changes.

{% endblock body %}