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