{config_load file="lang/$language/lang_$language.conf" section="reviews"} {config_load file="lang/$language/lang_$language.conf" section="antispam"} {if $SUCCESS_MSG}
{$SUCCESS_MSG}
{elseif $ERROR_MSG}
{$ERROR_MSG}
{else} {if $module_content}

{$AVERAGE}{#heading_reviews#}

{foreach name=aussen item=module_data from=$module_content}
{#text_author#} {$module_data.AUTHOR} ({$module_data.DATE})
{#text_rating#} {$module_data.RATING} ({$module_data.RATINGNUM}/5)
{#text_text#} {$module_data.TEXT}

{/foreach}
{/if} {/if} {if $FORM_ACTION_REVIEW !=''} {$FORM_ACTION_REVIEW} {#text_author#} {$AUTHOR}

{#text_input#}
{$INPUT_TEXT}
{#text_note#}

{if $INPUT_RATING} {#text_rating#}
{$INPUT_RATING}

{/if} {if $ANTISPAMCODEACTIVE == 'true'} {#text_antispam#} {$ANTISPAMCODEQUESTION}
{#text_antispam_input#} {$INPUT_ANTISPAMCODE} {$ANTISPAMCODEID}
{/if} {$BUTTON_SUBMIT}

{$FORM_END} {/if}