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