{assign var=Placeholder value=$Project->getMedia()->getPlaceholderImage()}
{assign var=counter value=1} {foreach from=$children item=Child key=key} {assign var=_Child value=$Child->load()}
{assign var=counter value=$counter+1} {if $this->getAttribute('showImages')} {image src=$Child->getAttribute('image_site') width="640" title="{$Child->getAttribute('title')|escape:'html'}" } {/if} {if $this->getAttribute('showHeader')}

{/if}
{if $this->getAttribute('showShort')}

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

{/if}
{assign var=modKey value=$key+1} {/foreach}
{if $this->getAttribute('showSheets') && $sheets > 1} {$Pagination->create()} {/if}