• {'User comments'|@translate}
  • {foreach from=$comments item=comment name=comment_loop}
  • {if !isset($from) or $from!="picture"} {/if}

    {$comment.AUTHOR}

    {$comment.CONTENT}

    {if !isset($from) or $from!="comment"}
    {/if}
  • {/foreach}