{{if !empty($data)}} {{foreach $data as $v}}
{{$v.user.user_name_view}}
{{$v.user.user_name_view}} {{:MyLang('goods.comments_first_name')}}

{{$v.content}}

{{if !empty($v['images'])}}
    {{foreach $v.images as $img}}
  • {{/foreach}}
{{/if}} {{if !empty($v['msg'])}}

{{$v.msg}}

{{/if}} {{if $v['is_reply'] eq 1 and !empty($v['reply'])}}
{{:MyLang('goods.admin_reply_name')}} {{$v.reply}}
{{/if}}
{{/foreach}} {{/if}}