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

{{ legend|upper }}

{% if track.is_approve == True and track.is_publish == False %} {% if group == "hr" %} Publika Update {% else %} Publika {% endif %} {% else %} {% if track.is_finish == False %} Termina {% endif %} Lista Aplikante {% endif %}
{% if track.is_approve == True and track.is_publish == False %} {% if planunit %} Update Divizaun {% else %} Aumenta Divizaun {% endif %} {% endif %}
DeskrisaunObjectivuData
{{ plan.description }} {{ plan.objective }} {{ plan.date|date:"d/F/Y" }}

{% for i in planattach %} {% endfor %}
ANEKSO SIRA Aumenta
Nu. Deskrisaun Anekso #
{{forloop.counter}} {{i.name}} {% if i.file %} {% endif %}
{% for obj in planunit %} {% endfor %}
Divizaun
{{obj.unit|upper}}
LISTA VAGA {% if track.is_approve == True and track.is_publish == False %} Aumenta {% endif %}
{% if track.is_approve == True and track.is_publish == False %} {% endif %} {% for planpos in planposs %} {% if track.is_approve == True and track.is_publish == False %} {% endif %} {% endfor %}
Nu.PojisaunTotalToRResultadu#
{{ forloop.counter }} {{ planpos.position }} {{ planpos.total }} {% if planpos.file %} {% else %} Anekso Laiha {% endif %} Result
EKIPA KOMISAUN
{% for team in teams %} {% endfor %}
Nu.NaranPojisaunVaga
{{ forloop.counter }} {{ team.employee }} {{ team.position }} {{ team.plan_pos }}
{% endblock %} {% block scripts %} {% endblock %}