{get_children_by_type type=$type listing_amount=$listing_amount offset=$offset} {foreach from=$get_children_by_type item=child}
 
{if $child.node_type eq 6 }
{$child.node_name} {elseif $child.node_type eq 5 }
{$child.node_name} {else}  {$child.login} {if $child.user_action neq false}  [lokacia :: {$child.user_action}] {/if} {/if}
  {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
{$child.node_content|truncate:230|stripslashes}
{/foreach}