{% extends "inventory/box-detail.html" %} {% load static %} {% load admin_urls %} {% block content %} {% for item in layouted.0 %} {% endfor %} {% for item in layouted.1 %} {% endfor %} {% for item in layouted.2|slice:"0:2" %} {% endfor %} {% for item in layouted.2|slice:"2:5" %} {% endfor %}
{% for compartment in item %} {% include "inventory/cell.html" with item=compartment %} {% endfor %}
{% for compartment in item %} {% include "inventory/cell.html" with item=compartment %} {% endfor %}
{% for compartment in item %} {% include "inventory/cell.html" with item=compartment %} {% endfor %}
{% for compartment in item %} {% include "inventory/cell.html" with item=compartment %} {% endfor %}
{% endblock %}