{% extends "inventory/box-detail.html" %} {% load static %} {% load admin_urls %} {% block content %}
{% for compartment in layouted.0.0 %}
{% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
|
{% for compartment in layouted.0.1 %}
{% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
|
||
{% for compartment in item %}
{% include "inventory/cell.html" with item=compartment hilight=hilight settings=settings %}
{% endfor %}
|
{% endfor %}