{% extends "inventory/box-detail.html" %} {% load static %} {% load admin_urls %} {% block content %} {% for part in layouted %}
{% for item in part.0 %} | {{ forloop.counter }} | {% endfor %}
---|---|
{{ forloop.counter }} | {% for item in line %}
{% for compartment in item %}
{% include "inventory/cell.html" with item=compartment %}
{% endfor %}
|
{% endfor %}