{% if tplan.is_approve == True %}
Aprova Ona
{% else %}
Seidauk hetan aprovasaun
{% endif %}
Divizaun | Tinan | Anekso Pareser |
{{ tplan.unit }} |
{{ tplan.year }} |
{% if tplan.file %}
{% else %}
-
{% endif %}
|
Materia Treinamento | Place | Duration |
{{ tplan.subject }} |
{{ tplan.place }} |
{{ tplan.start_date }} - {{tplan.end_date}} |
FUNSIONARIU SIRA NEBE TUIR TREINAMENTO
Nu. |
Naran |
# |
{% for temp in employee_list %}
{{ forloop.counter }} |
{{ temp }} |
{% if tplan.is_approve and temp.traininggap.all.0.is_update == False or temp.trainingemp.all.0.is_update == False %}
Update Status
{% else %}
Update Status
{% endif %}
|
{% endfor %}
FUNSIONARIU SIRA NEBE TUIR TREINAMENTO
Nu. |
Naran |
GAP Analysis |
LISTA FUNSIONARIO GERAL
|
{% for temp in temps %}
{{ forloop.counter }} |
{{ temp.employee }} |
-
|
{% endfor %}
LISTA FUNSIONARIO BASEIA BA TRANNING GAP ANALYSIS
|
{% for emp, gap_items in tgap_list %}
{{ forloop.counter }} |
{{ emp }} |
{% for gap, comments in gap_items %}
- {{ gap.comment }}
{% endfor %}
|
{% endfor %}
EKIPA SIRA NEBE TUIR TREINAMENTO
Nu. |
Naran Ekipa |
{% for obj in tdep %}
{{forloop.counter}} |
{{obj.department}} |
{% endfor %}