{if isset($BOX_CONTENT) && count($BOX_CONTENT) > 0} {config_load file="$language/lang_$language.conf" section="reviews"} {config_load file="$language/lang_$language.conf" section="boxes"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="boxes"}
{#heading_reviews#}
{if isset($REVIEWS_NOTE)}
{$REVIEWS_NOTE|replace:"iframe":"arrow iframe"}
{/if}
{foreach name="aussen" item=box_data from=$BOX_CONTENT}
{if $box_data.PRODUCTS_IMAGE != ''} {if $smarty.const.PICTURESET_ACTIVE === true} {$box_data.PRODUCTS_NAME|onlytext} {else} {$box_data.PRODUCTS_NAME|onlytext} {/if} {/if}
{#text_date#} {$box_data.DATE}  |  {#text_author#} {$box_data.AUTHOR}
{$box_data.REVIEWS|onlytext}
{/foreach}
{/if}