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