{{if $parent->hasChildren() and $depth < 5}}
{{foreach $parent->children() as $idx => $forum}}
{{$lastPost = $forum->lastPost();}}
{{$unread = \IPS\forums\Topic::containerUnread( $forum );}}
{{$children = $forum->children();}}
{{if ! $forum->redirect_on and ( $forum->can('read') or !$forum->sub_can_post ) }}
{{if $children}}
{{endif}}
{{endif}}
{{endforeach}}
{{endif}}