{% extends 'main/layout.html' %} {% load static %} {% block title %}{{title}}{% endblock title %} {% block content %} {% include 'administration_layout/main/sidebar.html' %}
{{title}}
{% ifequal user.groups.all.0.name 'admin' %}
Admin Nasional MAE
{% endifequal %} {% ifequal user.groups.all.0.name 'xefe' %}
Xefe Suku {{user.employeeuser.employee.village}}
{% endifequal %} {% ifequal user.groups.all.0.name 'sec' %}
Secretariado Suku {{user.employeeuser.employee.village}}
{% endifequal %}
{% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{{title}}
{% if group == "sec" or group == "xefe" %} Adisiona {%endif%}
{% if group == "sec" or group == "xefe" %} {%endif%} {% for data in visitorList %} {% if group == "sec" or group == "xefe" %} {%endif%} {% endfor %}
Nú. Data Oras Tama Oras Sai Naran Seksu Instituisaun/Ministériu/Organizasaun Asuntu Hela Fatin/Nú. Telefone Kondisaun FízikuAsaun
{{forloop.counter}} {{data.visitDate|date:"d-M-Y"}} {{data.entryTime|time:"H:i"}} {{data.outTime|time:"H:i"}} {{data.name}} {{data.sex}} {{data.visitor}} {{data.subject}} {{data.address}} / {{data.contact_number}} {{data.deficient}}
{% include 'main/footer.html' %} {% endblock %}