<% var hasChildren = folder.children !== undefined && folder.children.data.length > 0; %> <% if (first) { %>
<%- i18n._('dossiers') %> <% if(hasChildren) { %> <% } %>
<% } else { %>
  • <% if (hasChildren) { %> <% } %> <%- folder.name %> <% if(hasChildren) { %> <% } %>
  • <% } %>