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

PERFORMANCE EVALUATION

{{ legend|upper }} {% if objects.objective and individual and behavior and objects.is_lock == False %} Chave {% endif %} {% if objects.is_lock %} Chave Ona {% endif %}
Division : {{objects.unit}}
Unit : {% if objects.department %} {{objects.department}} {% else %} - {% endif %}
{% include "perform_staff_components/planning/header.html" %}
{% include "perform_staff_components/planning/objectives.html" %}
2. PARAMETERS OF THE EVALUATIONS
2.1 INDIVIDUAL OBJECTIVES {% if check_emp %} {% if objects.is_lock == False %} Aumenta {% endif %} {% endif %}
(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/planning/individual.html" %}
Evaluated{% if objects.employee %}{{objects.employee}}{% else %}-{% endif %}
Individual Objective Date{% if objects.obj_date %}{{objects.obj_date|date:"d F Y"}}{% else %} Aumenta Data {% endif %}
2.2 PROFESSIONAL BEHAVIOR {% if check_emp %} {% if not behavior %} Importa {% endif %} {% endif %}
(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
Monitoring
Progress Dificulties Need Improvement
{% for beh in behavior %}
{{beh.parameter.area}} {% if objects.is_lock == False %} {% endif %} {{beh.parameter.indicator|safe}}
{% if beh.progress %} {{beh.progress|safe}} {% else %} - {% endif %} {% if beh.dificulties %} {{beh.dificulties|safe}} {% else %} - {% endif %} {% if beh.need_improv %} {{beh.need_improv|safe}} {% else %} - {% endif %}
{% endfor %}
Evaluated{% if objects.employee %}{{objects.employee}}{% else %}-{% endif %}
Professional Behavior Date{% if objects.ind_date %}{{objects.ind_date|date:"d F Y"}}{% else %} Aumenta Data {% endif %}
{% endblock %} {% block scripts %} {% endblock %}