{% extends "dashboard/table.html" %} {% load staticfiles %} {% block table %} Name Profile Booked Working {% for host in hosts %} {{ host.name }} {{ host.profile }} {{ host.booked }} {{ host.working }} {% endfor %} {% endblock table %} {% block tablejs %} {% endblock tablejs %}