{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{if $sheetOptionsStyle === 'select'} {elseif $sheetOptionsStyle === 'button-style1'} {foreach $sheetOptions as $option} {/foreach} {else} {foreach $sheetOptions as $option} {/foreach} {/if}
{if $this->getAttribute('zeroProduct')}
{/if} {foreach $sheets as $sheet}
{$sheet.title}
{if !empty($sheet.content)}
{$sheet.content}
{/if} {foreach $sheet.options as $interval => $entry} {assign var="Product" value=$entry.Product} {assign var="Price" value=$entry.Price} {/foreach}
{/foreach}