{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}
{* because of edge / IE bug with CSS-Grid *} {* the musst be outside of the CSS-Grid container *}
{assign var=counter value=1} {foreach from=$children item=Child} {assign var=_Child value=$Child->load()}
{assign var=counter value=$counter+1} {assign var=noImageClass value=" qui-control-childrenlist-default-entry-short-noImage"} {assign var=noShortClass value=" qui-control-childrenlist-default-entry-image-noShort"} {if $this->getAttribute('showImages')} {assign var=noImageClass value=""} {/if} {if $this->getAttribute('showShort')} {assign var=noShortClass value=""} {/if} {* Entry header / image *} {if $this->getAttribute('showImages')} {/if} {* Entry content *}
{if $this->getAttribute('showCreator') || $this->getAttribute('showDate') || $this->getAttribute('showTime')} {/if} {if $this->getAttribute('showShort')}

{$Child->getAttribute('short')|nl2br}

{/if}
{* Entry footer - button *}
{/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}