{% extends "main/layout.html" %} {% load static %} {% load humanize %} {% block content %}
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 |