{if $template_event eq 'preview'}
PREVIEW
{$post_vars.node_content|preview}
{* end of preview *} {elseif $template_event eq 'filter_by'} {get_threaded_children listing_amount=23232322323 offset=$offset types=$children_types search_type=$post_vars.search_type search=$post_vars.node_content} {elseif $node.node_user_subchild_count eq true} {get_children children_type=$children_type listing_amount=$node.node_user_subchild_count+5 offset=$offset} {else} {get_children children_type=$children_type listing_amount=$listing_amount offset=$offset} {/if} {foreach from=$get_children item=child}
{if $child.k eq true}{$child.k} k{/if}
 {$child.creator} {if $child.user_action neq false}  [lokacia :: {$child.user_action}] {/if}   {$child.node_created|date_format:"%H:%M:%S - %d.%m.%Y"}       enter   {if $child.node_created > $node.last_visit}  NEW{/if} {if $child.node_children_count}{$child.node_children_count}  CHILDREN{/if}
{$child.node_content|stripslashes}

{/foreach}