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