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

{{ legend|upper }} {% if group == 'hr' or group == 'admin' %} Aumenta {% endif %}

NaranFatin no Data MorisSexuNasaun
{{ emp }}{{ emp.pob }}, {{ emp.dob }}{{ emp.sex }}{{ emp.country }}
{% if group == 'hr' or group == 'admin' %} {% endif %} {% for obj in objects %} {% if group == 'hr' or group == 'admin' %} {% endif %} {% endfor %}
Tinan Nivel Edukasaun Universidade Depatamento Area#
{% if obj.graduation_year %} {{ obj.graduation_year|date:"Y" }} {% else %} {{ obj.year }} {% endif %} {% if not obj.education_level.name == "Analfabetu" %} {{ obj.education_level }} {% else %}{{ obj.education_level }}{% endif %} {% if obj.university %}{{ obj.university }}{% endif %} {% if obj.department %}{{ obj.department }}{% endif %} {% if obj.area %}{{ obj.area }}{% endif %}
{% endblock %} {% block scripts %} {% endblock %}