{% extends "base.html" %} {% block content %}
当前操作
Box {{ "创建顶层箱子" if not box else "编辑顶层箱子" }}
{% if box and box.image_blob %}

当前图片:

{{ box.name }}
{% endif %}
{% endblock %}