{if $countcomment eq '0'}
{$comments}
{else} {foreach from=$comments item="comment"}
{$comment.user_name}:   {$comment.comment_value}

{/foreach} {/if}