<% var isDir = false; if (type && type.indexOf('directory') !== -1) { isDir = true; } %>
<%= id %>
<%= isDir ? '' : formatSize(size) %> <%= isDir ? '' : formatTime(time, true) %>