<{if $status!='finish'&&$status!='cancel'}> <{/if}>
<{foreach from=$goodsItems item=aGoods}> <{if $aGoods.product}> <{/if}> <{if $aGoods.adjunct}> <{/if}> <{if $aGoods.gifts}> <{/if}> <{/foreach}>
<{t}>订单商品 (购买量)<{/t}>
<{$aGoods.product.name}> ×(<{$aGoods.product.quantity}>)
<{foreach from=$aGoods.adjunct item=adjunctItem}> <{/foreach}>
<{$adjunctItem.name}> ×(<{$adjunctItem.quantity}>)
<{foreach from=$aGoods.gifts item=giftItem}> <{/foreach}>
<{$giftItem.name}> ×(<{$giftItem.quantity}>)
<{if $giftsItems}> <{foreach from=$giftsItems item=aGifts}> <{/foreach}>
<{t}>订单赠品 (购买量)<{/t}>
<{$aGifts.name}> ×(<{$aGifts.quantity}>)
<{/if}> <{if $extends_items}> <{foreach from=$extends_items item=aExtends}> <{$aExtends}> <{/foreach}>
<{/if}>
<{if $ordermsg}>
<{include file="admin/order/od_msg_item.html" app=b2c}>
<{else}>
<{/if}>
<{button label=$___b2c="给顾客留言"|t:'b2c' onclick="$('order_form_msg_{$orderid}').style.display=''"}>