{foreach from=$rate item=row}>
<{if $row.result == 'good'}><{t}>好评<{/t}><{elseif $row.result=='bad'}><{t}>差评<{/t}><{else}><{t}>中评<{/t}><{/if}>
<{$row.content}>
<{if $row.rate_pic}><{if $row.anony}><{$userName[$row.user_id]|hidden_show}><{else}><{$userName[$row.user_id]}><{/if}> <{$row.created_time|cdate}>
<{if $row.reply_content}><{t}>商家回复<{/t}>:<{$row.reply_content}>
<{$row.reply_time|cdate}>
<{t}>追加评论<{/t}>:
<{$row.append.append_content}>
<{if $row.append.append_rate_pic}><{$row.append.created_time|cdate}>
<{t}>商家回复<{/t}>:<{$row.append.append_reply_content}>
<{$row.append.reply_time|cdate}>