{% extends "base.html" %} {% load static %} {% load admin_urls %} {% block head %} {% endblock %} {% block title %}{{ object.name }}{% endblock %} {% block content %}
{% 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 %}