Profile Activity for <%- window.PROFILE_PID %>/<%- window.PROFILE_NAME %>

<% _.each(instances, function(instance) { %> <% }); %>
Vers Name Project Creator Created Destroyed Clusters Error ReRun
<%- instance.p_version %> <% if (instance.active) { %> <%- instance.name %> <% } else { %> <%- instance.name %> <% } %> <%- instance.pid %> <%- instance.creator %> <%- instance.created %> <%- instance.destroyed %> <%- instance.clusters %> <% if (_.has(instance, "iserror")) { %> <% if (_.has(instance, "error_message")) { %> <%- instance.error_reason %> <% } else { %> <%- instance.error_reason %> <% } %> <% } %>