{% if eval.is_finish == False %}
{% if eval.is_lock == False %}
Hadia
Hapaga
Xavi
Refresh
{% else %}
Loke
Termina
{% endif %}
{% endif %}
Self Assesment
Evaluator | {{ zuri.employee }} |
Position | {{ zuri.position }} |
Evaluated | {{ eval.employee }} |
Position | {{ eval.position }} |
Period under evaluation |
{{ eval.start_date|date:"M Y" }} to {{ eval.end_date|date:"M Y" }} |
Scores |
Individual Objective | {{ eval.score_a }} |
Professional Behavior | {{ eval.score_b }} |
Total | {{ eval.total }} |
Qualifikasaun |
Outstanding | {% if finalscore.a %}{{ finalscore.a }}{% endif %} |
Exceeds job requirements | {% if finalscore.b %}{{ finalscore.b }}{% endif %} |
Meets job requirements | {% if finalscore.c %}{{ finalscore.c }}{% endif %} |
Needs Improvements | {% if finalscore.d %}{{ finalscore.d }}{% endif %} |
Unsatisfactory | {% if finalscore.e %}{{ finalscore.e }}{% endif %} |
PARAMETERS OF THE EVALUATION
{% if eval.is_lock == False %}
Import
{% endif %}
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 }} |
Aletera Data
The Evaluator | {{ evaldate.date_a_1 }} | {{ zuri.employee }} |
The Evaluated | {{ evaldate.date_a_2 }} | {{ eval.employee }} |
{% if eval.is_lock == False %}
Import
{% endif %}
Nu. |
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 }} |
Aletera Data
The Evaluator | {{ evaldate.date_b_1 }} | {{ zuri.employee }} |
The Evaluated | {{ evaldate.date_b_2 }} | {{ eval.employee }} |