{% extends "base.html" %} {% block title %}{{ product.name }} - 太白购物商城{% endblock %} {% block head %} {% endblock %} {% block content %}
品牌:{{ product.brand }}
{% endif %}暂无详细描述
{% endif %}商品名称 | {{ product.name }} |
商品品牌 | {{ product.brand }} |
商品分类 | {{ product.category.name }} |
商品重量 | {{ product.weight }}kg |
上架时间 | {{ product.created_at.strftime('%Y-%m-%d') }} |
库存信息 | {% if inventory_list|length == 1 %} {{ inventory_list[0].stock }}件 {% else %} 多规格商品,请选择具体规格查看库存 {% endif %} |
评价功能开发中...