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

{{ legend|upper }}
{% if eval.is_finish == False %} {% if eval.is_lock == False %} Hadia Hapaga Xavi {% else %} Loke Termina {% endif %} {% endif %}
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


A. INDIVIDUAL OBJECTIVES

{% if eval.is_lock == False %} Import {% endif %} {% if eval.is_lock == False %}{% endif %} {% for obj_a in obj_as %} {% if eval.is_lock == False %} {% endif %} {% endfor %}
Gaoal description
Determination of the Measurement Indicator (s) and Overcoming Crieteria
Goal ExceededGoal AchievedGoal Not Reached#
{{ 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 }}

B. PROFESSIONAL BEHAVIOR

{% if eval.is_lock == False %} Import {% endif %} {% if eval.is_lock == False %}{% endif %} {% for obj_b in obj_bs %} {% if eval.is_lock == False %} {% endif %} {% endfor %}
Nu. Area Indicators Demonstrated Competence at a High Level Demonstrated Competence Competence mp Demonstrated#
{{ 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 %}
Komentariu {% if eval.is_lock == False %} {% endif %}
{{ eval.comments|safe }}
{% endblock %} {% block scripts %} {% endblock %}