{% extends "main/layout.html" %} {% block title %} {{title}} {% endblock title %} {% block content %} {% comment %} {% endcomment %}
{{ legend|upper }}
INFORMASAUN PESOAL
{% if group == "admin"%} {% endif %}
NARAN : {{ objects.first_name }} {{ objects.last_name|upper }}
SEXU : {{ objects.sex }}
N&UACUTE.TELEFONE : {{ objects.phone_number }}
INFORMASAUN SERVISU
MUNIS&IACUTEPIU : {{ objects.municipality }}
POSTU ADMINISTRATIVU : {{ objects.administrativepost }}
SUKU : {{ objects.village }}
HAHU SERVISU : {{ objects.start_period }}
{% comment %}
{% include 'employee/detail_right.html' %}
{% endcomment %}
{% endblock %} {% block scripts %} {% endblock %}