<% if (parentInfo) { %>
  • <% if (includesChildren) { %>

    <% } else { %>

    <% } %> <% if (xblockInfo.get('studio_url') && xblockInfo.get('category') !== 'chapter') { %> <%- xblockInfo.get('display_name') %> <% } else { %> <%- xblockInfo.get('display_name') %> <% } %>

    <% if (xblockInfo.get('release_date')) { %>
    <%- gettext('Released:') %> <%- xblockInfo.get('release_date') %>
    <% } %>
    <% } %> <% if (!parentInfo && xblockInfo.get('child_info') && xblockInfo.get('child_info').children.length === 0) { %>

    <%- gettext("You haven't added any content to this course yet.") %> <%- addChildLabel %>

    <% } else { %>
    <% if (childType) { %>
    <%- addChildLabel %>
    <% } %> <% } %> <% if (parentInfo) { %>
  • <% } %>