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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach from=$entries item=entry key=key} {if $entry.img} {image src=$entry.img width=200 onlysrc=true assign=img} {/if} {* Fix title issue *} {* https://dev.quiqqer.com/quiqqer/package-bricks/issues/97 *} {assign var=priceTableTitle value=''} {if isset($entry['title']) && $entry['title']} {assign var=priceTableTitle value=$entry['title']} {elseif isset($entry['priceTableTitle']) && $entry['priceTableTitle']} {assign var=priceTableTitle value=$entry['priceTableTitle']} {/if}
{if $entry.img} {image src=$entry.img class="qui-pricetable-entry-image" title="{$priceTableTitle}" height=200} {/if}

{$priceTableTitle}

{if $entry.subtitle}

{$entry.subtitle}

{/if}
{if $entry.srp} {$entry.srp} {/if} {$entry.price}
{if $entry.priceinfo} {$entry.priceinfo} {/if}
    {foreach from=$entry.features item=feature}
  • {$feature}
  • {/foreach}
{locale group="quiqqer/pricetable-bricks" var="bricks.pricetable.button.order"}
{/foreach}