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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{assign var=counter value=1} {foreach from=$entries item=entry}
{$counter} {if $entry.url} {/if} {$entry.title|escape:'html'} {if $entry.url} {/if}
{if $entry.shortDesc}

{$entry.shortDesc|escape:'html'} {/if}

{$this->getPreview([ 'entry' => $entry ])}
{assign var=counter value=$counter+1} {/foreach} {if $additionalText}
{$additionalText} {/if}