{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}
{assign var=counter value=1} {foreach from=$children item=Child} {if $counter > 1} {assign var=inlineStyle value=' '} {/if} {assign var=_Child value=$Child->load()}
{assign var=counter value=$counter+1}
{image src=$Child->getAttribute('image_site') width="500" type="resize" style=$inlineStyle}

{$Child->getAttribute('title')}

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

{/foreach}