% if $depth == '0' && not $isSubTree %>
<% else_if $depth > 0 %>
<% if $limited || $children %>
<% end_if %>
<% end_if %>
<% if $limited %>
- <%t SilverStripe\\ORM\\Hierarchy.LIMITED_TITLE 'Too many children ({count})' count=$count %>
<% else_if $children %>
<% loop $children %>
-
{$treetitle}
$SubTree
<% end_loop %>
<% end_if %>
<% if $depth == '0' && not $isSubTree %>
<% else_if $depth > 0 %>
<% if $limited || $children %>
<% end_if %>
<% end_if %>