{if $OWN_LANG_CONF == 1} {config_load file="$language/own_shopreview.conf" section="shopreview"} {else} {config_load file="$language/shopreview.conf" section="shopreview"} {/if}{include file="$HEADER"}
{foreach name=aussen item=lang_data from=$LANGUAGES}{$lang_data.imgtag}{/foreach}
{foreach name=aussen item=lang_data from=$LANGUAGES}{$lang_data.name}{/foreach}
{if $SHOW_RICH_SNIPPET == 1} {include file="$SNIPPET_CODE"} {/if}

{#shopreviews#}

 

{$RATING_TEXT}

{$SHOPREVIEWS_ALL_AVERAGE} /5.00

{#shopreviews#}

{#fromcusttocust#}
{#shopreviewinfotext#}

{include file="$LEFTSIDEINFO"}

{#customers_shopreview#}

{if $REVIEW_OK == 'ok'}
{#shopreviewok#}
{/if} {if $REVIEW_OK == 'free'}
{#shopreviewfree#}
{/if}

{#button_opinion#}

{#reviewcomments#}

{foreach name=aussen item=module_data from=$module_content}

{#author#} {$module_data.AUTHOR}{if $module_data.AUTHORLST > 0}.{/if}

{#review_from#} {$module_data.DATE}

{if $module_data.FLAG} {/if}

{if $module_data.TEXT}

{$module_data.TEXT}

{else}

{#no_comment#}

{/if}
 
{if $module_data.ADMIN_COMMENT}
{#admincomment#}
{$module_data.ADMIN_COMMENT}
{/if}
{/foreach}
{if $NAVBAR_MOD2 == 1} {if isset($NAVBAR.previous)}{$NAVBAR.previous} {/if} {if isset($NAVBAR.previouspages)}{$NAVBAR.previouspages} {/if} {foreach key="keys" name="outer" item="pages" from=$NAVBAR.pages} {if $keys == 'current'}{$pages} {else}{$pages} {/if} {/foreach} {if isset($NAVBAR.nextpages)}{$NAVBAR.nextpages} {/if} {if isset($NAVBAR.next)}{$NAVBAR.next} {/if} {else} {$NAVBAR} {/if}