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

{{ legend|upper }}

{% for obj in objects %} {% endfor %}
Nu. Nu.ID Naran Sexu Fatin no Data Moris RJS Kategoria Grau Eskalaun Diresaun Posisaun Nivel Estudu Fakuldade Programa Estudu Area Profesional Fatin Estudu Nasaun Tinan Gradua
{{ forloop.counter }} {{ obj.1.nrf }} {{ obj.0 }} {{ obj.0.sex }} {{ obj.0.place_of_birth }}, {{ obj.0.date_of_birth|date:"d/m/Y" }} {{ obj.1.contract_type }} {{ obj.3.category }} {{ obj.3.grade }} {{ obj.3.echelon }} {% if obj.4.dg %}{{ obj.4.dg.code }}{% elif obj.4.division %}{{ obj.4.division.code }} {% elif obj.4.department %}{{ obj.4.department.division.code }}{% else %}{{ obj.4.section.department.division.code }}{% endif %} {{ obj.5.position }} {{ obj.6.position }} {{ obj.6.faculty }} {{ obj.6.studyprogram }} {{ obj.6.area }} {{ obj.6.university }} {{ obj.6.university.country }} {{ obj.6.graduation_year|date:"Y" }}
{% endblock %} {% block scripts %} {% endblock %}