{% extends "base.html" %} {% load static %} {% load admin_urls %} {% block head %} {% endblock %} {% block title %}{{ object.name }}{% endblock %} {% block content %}
{% for compartment in layouted.0 %}
{% include "inventory/cell.html" with item=compartment %}
{% endfor %}
|