{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') ||
$this->getAttribute('showDate') ||
$this->getAttribute('showTime')}
{* user *}
{if $this->getAttribute('showCreator')}
{user id=$Child->getAttribute('c_user') var=User}
{if $User->getId() && $User->getAttribute('firstname')}
{$User->getAttribute('firstname')}
{elseif $User->getId()}
{$User->getName()}
{/if}
{/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:%M"}
{/if}
{/if}
{* text *}
{if $this->getAttribute('showShort')}
{$Child->getAttribute('short')|nl2br}
{/if}