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


{% endblock %}