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

PERFORMANCE EVALUATION

{{ legend|upper }} {% if individual and behavior and objects.is_finish == False %} Chave {% endif %} {% if objects.is_finish %} Chave Ona {% endif %}
Division : {{objects.unit}}
Unit : {% if objects.department %} {{objects.department}} {% else %} - {% endif %}
{% include "perform_pre_ass_components/evaluator/header.html" %}
1. PARAMETERS OF THE EVALUATIONS
1.1 INDIVIDUAL OBJECTIVES {% if check_emp %} {% if not individual %} Importa {% endif %} {% endif %}
(To be completed during pre-assessment period)
{% include "perform_pre_ass_components/evaluator/individual.html" %}
1.2 PROFESSIONAL BEHAVIOR
(To be completed during Pre-assessment period)
Professional behaviors chosen
Provided as attached
Areas Indicators
Pre-assessment
Demonstrated competence at a high level (Explain) Demonstrated competence (Explain) Competence not demonstrated or non-existent (Explain)
{% for beh in behavior %}
{{beh.parameter.parameter.area|upper}} {% if objects.is_lock and objects.is_finish == False %} {% endif %} {{beh.parameter.parameter.indicator|safe}}
{% if beh.scored == 'one' %}

{% else %} - {% endif %}
{% if beh.scored == 'two' %}

{% else %} - {% endif %}
{% if beh.scored == 'three' %}

{% else %} - {% endif %}
{% endfor %}
Evaluator{% if objects.employeeeval %}{{objects.employeeeval}}{% else %}-{% endif %}
Individual Objective Date{% if objects.eval_beh_date %}{{objects.eval_beh_date|date:"d F Y"}} {% if objects.is_finish == False %} {% endif %} {% else %} Aumenta Data {% endif %}
KOMENTARIO {% if objects.is_lock and objects.is_finish == False %} {% if objects.comments %} {% else %} Aumenta {% endif %} {% endif %}
{% if objects.comments %} {{objects.comments|safe}} {% else %} - {% endif %}
{% endblock %} {% block scripts %} {% endblock %}