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