{% extends "main/layout.html" %} {% block content %}
| Unidade | Seksaun | Tinan | Target |
|---|---|---|---|
| {{ tplan.unit }} | {{ tplan.dep }} | {{ tplan.year }} | {{ tplan.target }} |
| Subject | Place | Duration | |
| {{ tplan.subject }} | {{ tplan.place }} | {{ tplan.duration }} | |
| 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 }} |