{get_creation_by_type type=$type listing_amount=$listing_amount offset=$offset} {foreach from=$get_creation_by_type item=child} {if $type eq 11} {get_poll poll=$child} {include file="modules/show_poll.tpl" get_poll=$get_poll} {else} {if $type eq 8}{/if}
 
 {$child.node_name} in {$child.parent_name} {if $child.user_action neq false}  [lokacia :: {$child.user_action}]{/if}
  {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
{$child.node_content|truncate:230|stripslashes}

{/if} {/foreach}