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

{{ legend|upper }}

{% if tplan.is_approve == True %}
Aprova Ona
{% else %}
Seidauk hetan aprovasaun
{% endif %}
Divizaun TinanAnekso Pareser
{{ tplan.unit }} {{ tplan.year }} {% if tplan.file %} {% else %} - {% endif %}
Materia Treinamento PlaceDuration
{{ tplan.subject }} {{ tplan.place }} {{ tplan.start_date }} - {{tplan.end_date}}

FUNSIONARIU SIRA NEBE TUIR TREINAMENTO

{% for temp in employee_list %} {% endfor %}
Nu. Naran #
{{ 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 %}

FUNSIONARIU SIRA NEBE TUIR TREINAMENTO

{% for temp in temps %} {% endfor %} {% for emp, gap_items in tgap_list %} {% endfor %}
Nu. Naran GAP Analysis
LISTA FUNSIONARIO GERAL
{{ forloop.counter }} {{ temp.employee }} -
LISTA FUNSIONARIO BASEIA BA TRANNING GAP ANALYSIS
{{ forloop.counter }} {{ emp }}
    {% for gap, comments in gap_items %}
  • {{ gap.comment }}
  • {% endfor %}

EKIPA SIRA NEBE TUIR TREINAMENTO

{% for obj in tdep %} {% endfor %}
Nu. Naran Ekipa
{{forloop.counter}} {{obj.department}}
{% endblock %} {% block scripts %} {% endblock %}