{% 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_pre_ass_components/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/individual.html" %}
1.2 PROFESSIONAL BEHAVIOR {% if check_emp %} {% if not behavior %} Importa {% endif %} {% endif %}
(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}} {{beh.parameter.parameter.indicator|safe}}
{% if beh.scored == 'one' %}

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

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

{% else %} - {% endif %}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}