{% extends "base/main.html" %} {%block title%} Hyllekart {% endblock %} {% block content %} {% for shelf in shelf_lists %} Hylle {{ shelf.shelf_name }} {% for row in shelf.shelf_list %} {% for column in row %} {% for category in column %} {{ category }} {% endfor %} {% endfor %} {% endfor %} {% endfor %} {% endblock %}