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

{{ legend|upper }}

AsuntuType TripData OutData InCountry/Municipality Pareser
{{ objects.name }} {{objects.ttype}} {{objects.date_out|date:"d/M/Y"}} {{objects.date_in|date:"d/M/Y"}} {% if objects.ttype.pk == 1 %} {{objects.municipality}} {% elif objects.ttype.pk == 2 %} {{objects.country}} {% endif %} {% if objects.file %} {% endif %}
DESCRIPTION
{{objects.description|safe}}

LISTA FUNSIONARIO {% if group == 'hr' %} {% if objects.is_lock == False %} Aumenta Staff {% if tripemp %} Chave {% endif %} {% else %} Aumenta Staff {% endif %} {% endif %}
{% for obj in tripemp %} {% endfor %}
Nu. Naran Pozisaun Divizaun #
{{ forloop.counter }} {{ obj.employee }} {{ obj.employee.curempposition.position.name }} {{ obj.employee.curempdivision.unit }} {% if group == 'hr' %} {% if objects.is_lock == False %} {% else %} {% if objects.is_lock %} {% if obj.is_update == False %} Update Absensia {% else %} Update Ona Absensia {% endif %} {% endif %} {% endif %} {% else %}
Kontrola Husi RH
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}