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

{{ legend|upper }}

{% for obj in objects %} {% endfor %}
Nu. Status Nu.PMIS Nu.Payroll NISS Naran RJS Fatin no Data Moris Sexu Kategoria Grau Eskalaun Diresaun Posisaun Vencimentu Data Entrada iha FP Periodu Kontratu Nivel Habilitacional Area Estudu Fatin Estudu Nasaun Tinan Remata
{{ forloop.counter }} {{ obj.0.status }} {{ obj.1.nrf }} {{ obj.2.payrol_number }} {{ obj.2.niss }} {{ obj.0 }} {{ obj.1.contract_type }} {{ obj.0.place_of_birth }}, {{ obj.0.date_of_birth|date:"d/m/Y" }} {{ obj.0.sex }} {{ obj.3.category }} {{ obj.3.grade }} {{ obj.3.echelon }} {% if obj.5.dg %}{{ obj.5.dg.code }}{% elif obj.5.division %}{{ obj.5.division.code }} {% elif obj.5.department %}{{ obj.5.department.division.code }}{% else %}{{ obj.5.section.department.division.code }}{% endif %} {{ obj.6.position }} $ {{ obj.4.total }} {{ obj.1.date_entry|date:"d/m/Y" }} {{ obj.3.start_date|date:"d/m/Y" }} - {{ obj.3.end_date|date:"d/m/Y" }} {{ obj.7.educationlevel }} {{ obj.7.area }} {{ obj.7.university }} {{ obj.7.university.country }} {{ obj.7.graduation_year|date:"Y" }}
{% endblock %} {% block scripts %} {% endblock %}