<% if (xblockInfo.isChapter()) { %>
-
<% _.each(xblockInfo.get('child_info').children, function(subsection) { %>
<% if (subsection.isPublishable()) { %>
-
<%= subsection.get('display_name') %>
-
<% _.each(subsection.get('child_info').children, function(unit) { %>
<% if (unit.isPublishable()) { %>
- <%= unit.get('display_name') %> <% } %> <% }); %>
<% } %>
<% }); %>
-
<% _.each(xblockInfo.get('child_info').children, function(unit) { %>
<% if (unit.isPublishable()) { %>
- <%= unit.get('display_name') %> <% } %> <% }); %>