{% extends "main/layout.html" %} {% block content %}

{{ legend|upper }}

{% 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" }}
GLOBAL PERFORMANCE ASSESMENT
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


A. INDIVIDUAL OBJECTIVES

{% if eval.is_lock == False %} Import {% endif %} {% for obj_a in obj_as %} {% endfor %}
Gaoal description
Determination of the Measurement Indicator (s) and Overcoming Crieteria
12345 #
{{ 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 }}
Score of Paramenter{{ sum_a }}
Aletera Data
The Evaluator{{ evaldate.date_a_1 }}{{ zuri.employee }}
The Evaluated{{ evaldate.date_a_2 }}{{ eval.employee }}

B. PROFESSIONAL BEHAVIOR

{% if eval.is_lock == False %} Import {% endif %} {% for obj_b in obj_bs %} {% endfor %}
Nu. Area Indicators 12345 #
{{ 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 %}
Score of Paramenter{{ sum_b }}
Aletera Data
The Evaluator{{ evaldate.date_b_1 }}{{ zuri.employee }}
The Evaluated{{ evaldate.date_b_2 }}{{ eval.employee }}
{% endblock %} {% block scripts %} {% endblock %}