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

{{ legend|upper }} {% if tplan.is_lock == False %} Taka {% else %} {% if tplan.is_send == False %} Loke Manda ba RH {% else %}
Status: Manda ona
{% endif %} {% 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 temps %} {% endfor %} {% for emp, gap_items in tgap_list %} {% endfor %}
Nu. Naran GAP Analysis #
LISTA FUNSIONARIO GERAL {% if tplan.is_lock == False %} Aumenta Funsionario {% else %} Chave Ona {% endif %}
{{ forloop.counter }} {{ temp.employee }} - {% if tplan.is_lock == False %} {% else %} {% endif %}
LISTA FUNSIONARIO BASEIA BA TRANNING GAP ANALYSIS {% if tplan.is_lock == False %} Aumenta Funsionario Tuir GAP Analysis {% else %} Chave Ona {% endif %}
{{ forloop.counter }} {{ emp }}
    {% for gap, comments in gap_items %}
  • {{ gap.comment }} {% if tplan.is_lock == False %} {% endif %}
  • {% endfor %}
-

EKIPA SIRA NEBE TUIR TREINAMENTO {% if tplan.is_lock == False %} Aumenta {% else %} Chave Ona {% endif %}

{% for obj in tdep %} {% endfor %}
Nu. Naran Ekipa #
{{forloop.counter}} {{obj.department}} {% if tplan.is_lock == False %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}