Performance Evaluation
Employee performance review and evaluation system
{{ total_evaluations }}
Total Evaluations
{{ completed_evaluations }}
Completed
{{ pending_evaluations }}
Pending
{{ average_score|floatformat:1 }}
Average Score
Search & Filter
Performance Evaluations
{% if evaluation_list %}
{% if is_paginated %}
{% endif %}
{% else %}
{% endif %}
| Employee | Department | Evaluator | Period | Score | Status | Due Date | Last Updated | Actions | |
|---|---|---|---|---|---|---|---|---|---|
|
{% if evaluation.employee.photo %}
{{ evaluation.employee.first_name|first }}{{ evaluation.employee.last_name|first }}
{% endif %}
{{ evaluation.employee.get_full_name }}{{ evaluation.employee.employee_id }} |
{{ evaluation.employee.department.name|default:"Not assigned" }} |
{% if evaluation.evaluator %}
{{ evaluation.evaluator.first_name|first }}{{ evaluation.evaluator.last_name|first }}
|
{{ evaluation.get_period_display }} |
{% if evaluation.overall_score %}
|
{{ evaluation.get_status_display }} | {% if evaluation.due_date %} {{ evaluation.due_date|date:"M d, Y" }} {% else %} No due date {% endif %} | {{ evaluation.updated_at|date:"M d, Y" }} |
|
No evaluations found
Start by creating a new performance evaluation.