{{:ModuleInclude('public/header')}} {{:ModuleInclude('public/header_top_nav')}} {{:ModuleInclude('public/nav_search')}} {{:ModuleInclude('public/header_nav')}} {{:ModuleInclude('public/goods_category')}}
{{:ModuleInclude('public/user_menu')}}
{{if $data['user_is_comments'] eq 0}}
{{if !empty($data.items)}}
{{foreach $data.items as $key=>$goods}} {{/foreach}}
{{:MyLang('order.comments_goods_list_thead_base')}} {{:MyLang('order.comments_goods_list_thead_price')}} {{:MyLang('order.comments_goods_list_thead_content')}} {{:MyLang('common_service.goodscomments.form_item_images_message')}}
{{$goods.title}} {{if !empty($goods.spec)}}
    {{foreach $goods.spec as $spec}}
  • {{$spec.type}}:{{$spec.value}}
  • {{/foreach}}
{{/if}}
{{if $goods['original_price'] gt 0}} {{$currency_symbol}}{{$goods.original_price}} {{/if}} {{$currency_symbol}}{{$goods.price}} x{{$goods.buy_number}}
{{if $goods['original_price'] gt 0}}

{{$currency_symbol}}{{$goods.original_price}}

{{/if}}

{{$currency_symbol}}{{$goods.price}} x {{$goods.buy_number}}

{{/if}}
{{else /}}
{{:MyLang('order.form_you_have_commented_tips')}}
{{/if}}
{{:ModuleInclude('public/footer')}}