{% extends "dashboard/table.html" %} {% load staticfiles %} {% block table %} Name Slave Name Booked by Booked until Purpose Status {% for pod in dev_pods %} {{ pod.name }} {{ pod.slavename }} {{ pod.current_booking.user }} {{ pod.current_booking.end_date_time }} {{ pod.current_booking.purpose }} {{ pod.status }} Book {% endfor %} {% endblock table %} {% block tablejs %} {% endblock tablejs %}