{config_load file="$language/lang_$language.conf" section="reviews"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="reviews"}

{#heading_reviews#} {if isset($REVIEWS_NOTE)}{$REVIEWS_NOTE}{/if}

{if $error_message}
{$error_message}
{/if} {if $success_message}
{$success_message}
{/if} {foreach name=aussen item=module_data from=$module_content}
{#text_author#} {$module_data.AUTHOR}
{#text_rating#} {if isset($module_data.RATING_VOTE)}
{else} {$module_data.RATING|replace:".gif":".png"} {/if}

{if $module_data.PRODUCTS_IMAGE != ''} {if $smarty.const.PICTURESET_ACTIVE === true} {$module_data.PRODUCTS_NAME|onlytext} {else} {$module_data.PRODUCTS_NAME|onlytext} {/if} {/if}

{#text_text#}

{$module_data.TEXT_PLAIN|onlytext}

{/foreach}
{$PAGINATION}