Evaluated | {{ eval.employee }} |
Position | {{ eval.position }} |
Period under evaluation |
{{ eval.start_date|date:"M Y" }} to {{ eval.end_date|date:"M Y" }} |
PARAMETERS OF THE EVALUATION
Gaoal description Determination of the Measurement Indicator (s) and Overcoming Crieteria |
Goal Exceeded | Goal Achieved | Goal Not Reached |
{% for obj_a in obj_as %}
{{ forloop.counter }} |
Goals/Activities |
{{ obj_a.parameter.name }} |
{% if obj_a.comments_a %}{{ obj_a.comments_a|safe }}{% endif %}
|
{% if obj_a.comments_b %}{{ obj_a.comments_b|safe }}{% endif %}
|
{% if obj_a.comments_c %}{{ obj_a.comments_c|safe }}{% endif %}
|
Measuring Indicator (s) |
{{ obj_a.parameter.measure }} |
Criteria for Overcoming Indicator (s) |
{{ obj_a.parameter.criteria }} |
{% endfor %}
Nu. |
Area |
Indicators |
Demonstrated Competence at a High Level |
Demonstrated Competence |
Competence mp Demonstrated |
# |
{% for obj_b in obj_bs %}
{{ forloop.counter }} |
{{ obj_b.parameter.area }} |
{{ obj_b.parameter.indicator|safe }} |
{% if obj_b.comments_a %}{{ obj_b.comments_a|safe }}{% endif %}
|
{% if obj_b.comments_b %}{{ obj_b.comments_b|safe }}{% endif %}
|
{% if obj_b.comments_c %}{{ obj_b.comments_c|safe }}{% endif %}
|
{% endfor %}