{assign var=Placeholder value=$Project->getMedia()->getPlaceholderImage()} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{if $showFilter} {$filterHtml} {/if}
{assign var=counter value=1} {foreach from=$children item=Child} {include file=$cardTemplate Child=$Child counter=$counter} {assign var=counter value=$counter+1} {/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}