<% if (showcontrols) { %><% } %> <% if (showuser) { %><% } %> <% if (showproject) { %><% } %> <% if (showusing) { %> <% } %> <% if (showstatus) { %><% } %> <% _.each(reservations, function(value, uuid) { %> data-uid_idx="<%- value.uid_idx %>" <% } %>> <% if (showcontrols) { %> <% } %> <% if (showuser) { %> <% } %> <% if (showproject) { %> <% } %> <% if (showusing) { %> <% if (new Date().getTime() > new Date(value.start).getTime() && value.using < value.nodes) { %> <% } else { %> <% } %> <% } %> <% if (showstatus) { %> <% } %> <% }); %>
  CreatorProjectType CountUsingUtil Created Starts Ends <% if (!showusing) { %> <% } %> StatusNotes
<% if (isadmin) { %> <% } %> <% if (isadmin) { %> <% if (value.uid_idx) { %> <% } %> <% } %> <% if (showactivity) { %> <% } %> <% if (value.uid_idx) { %> <%- value.uid %> <% } else { %> <%- value.uid %> <% } %> <% if (value.pid_idx) { %> <%- value.pid %> <% } else { %> <%- value.pid %> <% } %> <%- value.type %> <%- value.nodes %><%- value.using %><%- value.using %> <% if (_.has(value, "utilization") && value.utilization) { %> <%- value.utilization %>% <% } else { %>   <% } %> <%- value.created %> <% if (new Date().getTime() > new Date(value.start).getTime()) { %> <%- value.start %> <% } else { %> <%- value.start %> <% } %> <% if (_.has(value, "deleted") && value.deleted) { %> <% if (_.has(value, "canceled") && value.canceled) { %> <%- value.deleted %> <% } else { %> <%- value.deleted %> <% } %> <% } else { %> <%- value.end %> <% } %>