{% extends "main/layout.html" %} {% load static %} {% block title %} {{title}} {% endblock title %} {% block content %} {% include 'employee/sidebard.html' %}
{{title}}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% for obj,index in employee %} {% endfor %}
NÚ. NARAN MUNÍSIPIU POSTU ADMINISTRATIVU SUKU NÚMERU KONTAKTU USUARIU
{{forloop.counter}} {{index}} {{index.municipality}} {{index.administrativepost}} {{index.village}} {{index.phone_number}} {{obj}}
{% include "main/footer.html" %} {% endblock content %}