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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
    {foreach from=$entries item=entry}
  • {if $entry['review']}
    {$entry['review']}
    {/if}
    {if $entry['image']} {image src=$entry['image'] loading="lazy" data-src="{$entry['image']}"} {/if}
    {if $entry['customerName']} {$entry['customerName']} {/if} {if $entry['addition']} {$entry['addition']} {/if} {if $entry['url']} {if $entry['urlTitle']} {$entry['urlTitle']} {else} {$entry['url']} {/if} {/if}
  • {/foreach}
{assign var=counter value=0} {foreach from=$entries item=entry} {assign var=counter value=$counter+1} {/foreach}