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

PERFORMANCE EVALUATION

{{ legend|upper }}
Division : {{objects.unit}}
Unit : {% if objects.department %} {{objects.department}} {% else %} - {% endif %}
{% include "perform_staff_components/eval/header.html" %}
{% include "perform_staff_components/eval/objectives.html" %}
2. PARAMETERS OF THE EVALUATIONS
2.1 INDIVIDUAL OBJECTIVES
(To be completed at the begining of the evaluation period - Initial Guidance Interview - January 08 to 15) (To be completed within the follow-up period - June 20 to July 15)
{% include "perform_staff_components/eval/individual.html" %}
2.2 PROFESSIONAL BEHAVIOR
(To be completed at the begining of the evaluation period - Initial Guidance Interview - January 08 to 15) (To be completed within the follow-up period)
Professional behaviors chosen (Provided as attached)
Areas Indicators
Avalicao
1 2 3 4 5
{% for beh in behavior %}
{{beh.parameter.parameter.area}} {{beh.parameter.parameter.indicator|safe}}
{% if beh.choice.score == 1 %}

{% endif %} {% if beh.comments and beh.choice.score == 1 %}{{ beh.comments|safe }}{% endif %}
{% if beh.choice.score == 2 %}

{% endif %} {% if beh.comments and beh.choice.score == 2 %}{{ beh.comments|safe }}{% endif %}
{% if beh.choice.score == 3 %}

{% endif %} {% if beh.comments and beh.choice.score == 3 %}{{ beh.comments|safe }}{% endif %}
{% if beh.choice.score == 4 %}

{% endif %} {% if beh.comments and beh.choice.score == 4 %}{{ beh.comments|safe }} {% endif %}
{% if beh.choice.score == 5 %}

{% endif %} {% if beh.comments and beh.choice.score == 5 %}{{ beh.comments|safe }}{% endif %}
{% endfor %}
Score of parameter {% if objects.score_b %} {{objects.score_b}} {% else %} 0 {% endif %}
2.3 GLOBAL PERFORMANCE ASSESSMENT
EVALUATION PARAMETERS Score
Individual Goals {{objects.score_a}}
Professional Behaviors {{objects.score_b}}
TOTAL {{objects.total}}
FINAL EVALUATION - QUALITATIVE
MENTION
Outstanding {% if finalscore.a %}{{ finalscore.a }}{% endif %}
Exceeds job requirement {% if finalscore.b %}{{ finalscore.b }}{% endif %}
Meets job requirement {% if finalscore.c %}{{ finalscore.c }}{% endif %}
Needs improvements {% if finalscore.d %}{{ finalscore.d }}{% endif %}
Unsatisfactory {% if finalscore.e %}{{ finalscore.e }}{% endif %}
{% endblock %} {% block scripts %} {% endblock %}