{style} .ca-dropdown { display: none; } {/style}
{if $countToLoad > 0}
+{$countToLoad} {text key='base+more'}
{/if}
{foreach from=$comments item='comment'}
{$comment.cnxAction}
{decorator name='avatar_item' data=$comment.avatar}
{if !empty($comment.previewMaxChar)} {$comment.content|more:$comment.previewMaxChar} {else} {$comment.content} {/if}
{$comment.content_add}
{$comment.date}
{if !empty($comment.voteCmp)}
{$comment.voteCmp}
{/if}
{/foreach}