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

{{ legend|upper }}

{% if obj.country.code == TLS %} {% else %} {% endif %} {% for obj in objects %} {% if obj.country.code == "TLS" %} {% else %} {% endif %} {% endfor %}
Nu. Naran Sexu StatusMunicipalityCityData Termina Anekso Razaun #
{{ forloop.counter }} {{ obj.first_name }} {{ obj.last_name|upper }} {{ obj.sex }} {% if obj.is_new == True %}Foun{% else %}Tuan{% endif %}{% if obj.locationtl.municipality %}{{ obj.locationtl.municipality }}{% endif %}{% if obj.locationinter.city %}{{ obj.locationinter.city }}{% endif %}{{ obj.contract.last.terminate_date|date:"d/M/Y" }} {% if obj.contract.last.file_end %} {% else %}
Anekso Laiha
{% endif %}
{{obj.contract.last.reason}} Assign
{% endblock %} {% block scripts %} {% endblock %}