<% if (isadmin) { %> <% } %> <% _.each(paramsets, function(info) { %> <% var profile_name = info.profile_name; var profile_uuid = info.profile_uuid; if (info.version_uuid) { if (info.repourl) { profile_name += ":" + info.repohash.substr(0,8); } else { profile_uuid = info.version_uuid; profile_name += ":" + info.profile_version; } } %> <% if (isadmin) { %> <% } %> <% }); %>
Profile Set Name PublicGlobalCreated Share Description
<%- profile_name %> <%= info.name %> <% if (info.public != 0) { %>Yes<% } else { %>No<% } %><% if (info.global != 0) { %>Yes<% } else { %>No<% } %> <%- info.created %> <% if (_.has(info, "share_url")) { %> Share <% } %> <%- info.description %>