{$template_text.item_details.button_back}
{if !$user_lang || $user_lang == $system_configuration.default_system_language || !$shopArticle->name}
{$shopArticle->name}
{else}
{$shopArticle->name_en}
{/if}
{if $shopArticle->manufacturer_data->name}| von {$shopArticle->manufacturer_data->name}{/if}
{if $shopArticle->number}
{$template_text.item_details.item_number} {$shopArticle->number}{/if}
{if isset($shopArticle->files[0]) && $shopArticle->files[0]->file_name}
{foreach item=file from=$shopArticle->files}
{/foreach}
{/if}
{if $shopArticle->files|@count > 1}
{/if}
{include file='content_item/item_description.tpl'}
{include file='content_item/item_friends.tpl'}
{if $system_configuration.item_customer_opinion == 1}{include file='content_item/item_opinion.tpl'}{/if}