<% _.each(group.subgroups, function(subgroup, ind) { %>
<% if (subgroup.name !== '0') { %>
- <%=subgroup.name%>
<% } %>
<% _.each(subgroup.items, function(item) { %>
- <%=item.name%><% if (item.itemtype === 'method') { %>()<%}%>
<% }); %>
<% }); %>
<% }); %>