Evaluator | {{ zuri.employee }} |
Position | {{ zuri.position }} |
Evaluated | {{ eval.employee }} |
Position | {{ eval.position }} |
Period under evaluation |
{{ eval.start_date|date:"M Y" }} | {{ eval.end_date|date:"M Y" }} |
Scores |
Individual Objective | Professional Behavior | Total |
{{ eval.score_a }} | {{ eval.score_b }} | {{ eval.total }} |
PARAMETERS OF THE EVALUATION
Gaoal description Determination of the Measurement Indicator (s) and Overcoming Crieteria |
1 | 2 | 3 |
4 | 5 |
{% for obj_a in obj_as %}
{{ forloop.counter }} |
Goals/Activities |
{{ obj_a.parameter.name }} |
{% if obj_a.choice.score == 1 %}{{ obj_a.choice.score }}{% endif %}
{% if obj_a.comments %}{{ obj_a.comments|safe }}{% endif %}
|
{% if obj_a.choice.score == 2 %}{{ obj_a.choice.score }}{% endif %}
{% if obj_a.comments %}{{ obj_a.comments|safe }}{% endif %}
|
{% if obj_a.choice.score == 3 %}{{ obj_a.choice.score }}{% endif %}
{% if obj_a.comments %}{{ obj_a.comments|safe }}{% endif %}
|
{% if obj_a.choice.score == 4 %}{{ obj_a.choice.score }}{% endif %}
{% if obj_a.comments %}{{ obj_a.comments|safe }}{% endif %}
|
{% if obj_a.choice.score == 5 %}{{ obj_a.choice.score }}{% endif %}
{% if obj_a.comments %}{{ obj_a.comments|safe }}{% endif %}
|
Measuring Indicator (s) |
{{ obj_a.parameter.measure }} |
Criteria for Overcoming Indicator (s) |
{{ obj_a.parameter.criteria }} |
{% endfor %}
Score of Paramenter | {{ sum_a }} |
# |
Area |
Indicators |
1 | 2 | 3 |
4 | 5 |
{% for obj_b in obj_bs %}
{{ forloop.counter }} |
{{ obj_b.parameter.area }} |
{{ obj_b.parameter.indicator|safe }} |
{% if obj_b.choice.score == 1 %}{{ obj_b.choice.score }}{% endif %}
{% if obj_b.comments %}{{ obj_b.comments|safe }}{% endif %}
|
{% if obj_b.choice.score == 2 %}{{ obj_b.choice.score }}{% endif %}
{% if obj_b.comments %}{{ obj_b.comments|safe }}{% endif %}
|
{% if obj_b.choice.score == 3 %}{{ obj_b.choice.score }}{% endif %}
{% if obj_b.comments %}{{ obj_b.comments|safe }}{% endif %}
|
{% if obj_b.choice.score == 4 %}{{ obj_b.choice.score }}{% endif %}
{% if obj_b.comments %}{{ obj_b.comments|safe }}{% endif %}
|
{% if obj_b.choice.score == 5 %}{{ obj_b.choice.score }}{% endif %}
{% if obj_b.comments %}{{ obj_b.comments|safe }}{% endif %}
|
{% endfor %}
Score of Paramenter | {{ sum_b }} |