{foreach name="$commentList" id="comment"}
{$comment.user.nickname|default='未知'} {$comment.createtime|human_date|htmlentities}
{include file="common/rating" star="comment['star']" /}

{$comment.content|strip_tags|htmlentities}

{foreach name="comment.images" id="image"} {/foreach}
{if !empty($comment.reply)}
{foreach name="comment.reply" item="res"}
{$res.manage.nickname|default='管理员'}:
{$res.content|strip_tags|htmlentities}
{/foreach}
{/if}
{/foreach}
{if $commentList->isEmpty()}
暂无评价
{/if}