{if $activate_rating == 'Y'} {foreach from=$rating_images item=item}{/foreach} {$page_data.rating} {$txt_out_of} {$rating_top_value} ({$txt_ratings}: {$page_data.rating_number}) {/if}

{$txt_comment_headline} ({$result_number})

{foreach from=$comment_list item=item}
{if $activate_rating == 'Y'}
{foreach from=$item.rating_images item=rating_item}{/foreach} {$item.comment_rating} {$txt_out_of} {$rating_top_value}
{/if}
{$item.comment_title}
{$item.frontend_text}
#{$item.comment_number} - {if $item.comment_author_homepage != '' and $item.comment_author_homepage != 'http://'}{$item.comment_author_name}{else}{$item.comment_author_name}{/if} - {$item.comment_date} - {$item.comment_time}
{/foreach}
{if $comment_list and $display_pagination}
{if $browse_previous == 2} {$txt_start} {$txt_previous_page} {else} {$txt_start} {$txt_previous_page} {/if} {if $browse_next == 2} {$txt_next_page} {$txt_end} {else} {$txt_next_page} {$txt_end} {/if}
{/if}