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

{{legend|upper}} Kontratu Seidauk Iha

{% if start_date and end_date %} Reset {% endif %}
{% if page == 'contract' %}
{% if start_date != None %} Lista Kontrato husi {{start_date|date:"d-M-Y"}} {% endif %} {% if end_date != None %} To'o {{end_date|date:"d-M-Y"}} {% endif %}
{% endif %} {% for obj in objects %} {% endfor %}
Nu. Naran Tipu Kontratu Pojisaun Data Hahu Data Remata Status #
{{ forloop.counter }} {{ obj.employee }} {{ obj.contract_type }} {% if obj.position %}{{ obj.position }}{% else %}{{ obj.category }}{% endif %} {{obj.start_date|date:"d-m-Y"}} {% if obj.end_date %} {{obj.end_date|date:"d-m-Y"}} {% else %} Undeterminable {% endif %} {% if obj.is_active == True %}Active{% else %}Desactive{% endif %} Details
{% endblock %} {% block scripts %} {% endblock %}