Node usage summary
<% _.each(utilization, function(site, name) { %> <% _.each(site.typeinfo, function(info, type) { %> <% }); %> <% }); %>
Type Cluster Used Free Total
<%- type %> <%- name %> <%- info.count %> <%- info.free %> <% if (_.has(info, "reserve_free")) { %> (<%- Number(info.reserve_free).toFixed(3) %>) <% } else { %> (n/a) <% } %> <%- info.total %>