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

Informasaun Planu Formasaun
UnidadeSeksaunTinanTarget
{{ tplan.unit }} {{ tplan.dep }} {{ tplan.year }} {{ tplan.target }}
SubjectPlaceDuration
{{ tplan.subject }} {{ tplan.place }} {{ tplan.duration }}

Informasaun Funsionariu
Naran Unidade/Department Pojisaun Periodu Servisu Especialidade Diploma
{{ temp.employee }} {% if temp.unit %}{{ temp.unit.code }}{% else %}{{ temp.department.code }}{% endif %} {{ temp.position }} {{ temp.employee.contract.all.0.start_date|date:"d/m/Y" }} - {% if temp.employee.contract.all.0.end_date %}{{ temp.employee.contract.all.0.end_date|date:"d/m/Y" }} {% else %}{{ today|date:"d/m/Y" }}{% endif %} {{ temp.employee.empspecialize.all.0.name }} {{ temp.diploma }}


KRITERIA HUSI UNIDADE

{% for ucrit in ucrits %} {% endfor %}
Nu. Kriteria Observasaun
{{ forloop.counter }} {{ ucrit.criteria.subject }} {{ ucrit.obs }}

{{ legend|upper }} {% if tplan.is_send == True and tplan.is_certify == False %} {% else %} {% endif %}

{% for hrcrit in hrcrits %} {% endfor %}
Nu. Kriteria Observasaun #
{{ forloop.counter }} {{ hrcrit.criteria.subject }} {{ hrcrit.obs }} {% if tplan.is_send == True and tplan.is_certify == False %} {% else %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}