{{ "容器型 Item" if item.is_container else "Item" }}
{% if item.note %}{{ item.name }}
{{ item.note }}
{% endif %}{% extends "base.html" %} {% block content %}
房间: {{ box.room or '-' }}
状态: {{ box.status or '-' }}
备注: {{ box.note or '-' }}
{{ item.note }}
{% endif %}这个箱子里还没有物品。