{$FORM}

{$txt.HEADING_COMMENT}

{foreach name=blogkey item=module_key from=$blogkey}
{$module_key.blogentry_name} / {$txt.HEADING_RATING}: {$module_key.wert} {$module_key.reviews_image} / {$txt.HEADING_STATUS}: {$module_key.button4}
{$txt.HEADING_DATE_ADDED} {$module_key.date}

{$module_key.reviews_text|truncate:160:'...'} {if $module_key.mycomments}
{foreach name=blogkey item=module_com from=$module_key.mycomments}

{$module_com.date} {$module_com.desc}

{/foreach}
{/if}
{literal} {/literal} {/foreach}
{$FORM_END}