{% for ordersku in orderskus %}

{{ ordersku.sku_json.title }}

{% if ordersku.sku_json.specs %}

规格: {% for k, v in ordersku.sku_json.specs.items %} {{ k }}:{{ v }} {% endfor %}

{% endif %}

{{ ordersku.sku_json.price }} x {{ ordersku.count }}

{% empty %} - {% endfor %}