{foreach $fields as $Field}
{$Field->getTitle()}:
{$Field->getValue()}
{/foreach}
{if count($productAttributeList)}
{foreach $productAttributeList as $Field}
{$Field->getView()->create()}
{/foreach}
{/if}
{$PriceDisplay->create()}
{template_event name="quiqqer::products::product::buttons::begin" Product=$Product}
{$buttonsHtml}
{template_event name="quiqqer::products::product::buttons::end" Product=$Product}
{template_event name="quiqqer::products::product::buttons::after" Product=$Product}
{assign var=ContentField value=$Product->getField(6)}