{get_nodes_by_type type=$type listing_amount=$listing_amount offset=$offset} {foreach from=$get_nodes_by_type item=child} {if $type eq 11} {$child.node_name}
( {$child.login})

{else} {$child.node_name}
( {$child.login} :: {$child.node_children_count} submissionz)

{/if} {/foreach}