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

{{ legend|upper }}
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 ObjectiveProfessional BehaviorTotal
{{ eval.score_a }}{{ eval.score_b }}{{ eval.total }}

PARAMETERS OF THE EVALUATION


A. INDIVIDUAL OBJECTIVES

{% for obj_a in obj_as %} {% endfor %}
Gaoal description
Determination of the Measurement Indicator (s) and Overcoming Crieteria
123 45
{{ 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 }}

B. PROFESSIONAL BEHAVIOR

{% for obj_b in obj_bs %} {% endfor %}
# Area Indicators 123 45
{{ 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 }}
{% endblock %} {% block scripts %} {% endblock %}