{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_threaded_children listing_amount=$node.node_user_subchild_count time=$node.last_visit offset=$offset types=$children_types} {else} {get_threaded_children listing_amount=$listing_amount offset=$offset types=$children_types} {/if} {foreach from=$get_threaded_children item=child}
 {$child.login}   {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
{$child.node_content|stripslashes}

{/foreach}