{if $this->getAttribute('showImages')}
{image src=$Child->getAttribute('image_site') width="1000" type="resize"
title="{$Child->getAttribute('title')}"}
{/if}
{$Child->getAttribute('title')}
{* info *}
{if ($this->getAttribute('showCreator') && $creatorName) ||
$this->getAttribute('showDate') ||
$this->getAttribute('showTime')}
{* user *}
{if $this->getAttribute('showCreator') && $creatorName}
{$creatorName}
{/if}
{* date *}
{if $this->getAttribute('showDate')}
{if $Child->getAttribute('release_from') &&
$Child->getAttribute('release_from') != '0000-00-00 00:00:00'}
{else}
{/if}
{/if}
{* time *}
{if $this->getAttribute('showTime')}
{$Child->getAttribute('release_from')|date_format:"H:i"}
{/if}
{/if}
{* text *}
{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br}
{/if}