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

PERFORMANCE EVALUATION

{{ legend|upper }} {% if 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_self_eval/header.html" %}
1. PARAMETERS OF THE EVALUATIONS
1.1 INDIVIDUAL OBJECTIVES
(To be completed during self-evaluation period)
{% include "perform_self_eval/individual.html" %}
Evaluator{% if objects.employee %}{{objects.employee}}{% else %}-{% endif %}
Individual Objective Date{% if objects.ind_date %}{{objects.ind_date|date:"d F Y"}} {% if check_emp %} {% if objects.is_lock == False %} {% endif %} {% else %} Aumenta Data {% endif %} {% endif %}
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 check_emp %} {% if objects.is_lock == False %} {% endif %} {% endif %} {{beh.parameter.parameter.indicator|safe}}
{% if beh.comments_a %} {{beh.comments_a|safe}} {% else %} - {% endif %} {% if beh.comments_b %} {{beh.comments_b|safe}} {% else %} - {% endif %} {% if beh.comments_c %} {{beh.comments_c|safe}} {% else %} - {% endif %}
{% endfor %}
Evaluator{% if objects.employee %}{{objects.employee}}{% else %}-{% endif %}
Individual Objective Date{% if objects.beh_date %}{{objects.beh_date|date:"d F Y"}} {% if check_emp %} {% if objects.is_lock == False %} {% endif %} {% else %} Aumenta Data {% endif %} {% endif %}
KOMENTARIO {% if check_emp %} {% if objects.is_lock == False %} {% if objects.comments %} {% else %} Aumenta {% endif %} {% endif %} {% endif %}
{% if objects.comments %} {{objects.comments|safe}} {% else %} - {% endif %}
{% endblock %} {% block scripts %} {% endblock %}