<%
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;
}
}
%>
<%- profile_name %> |
<%= info.name %>
|
<% if (info.public != 0) { %>Yes<% } else { %>No<% } %> |
<% if (isadmin) { %>
<% if (info.global != 0) { %>Yes<% } else { %>No<% } %> |
<% } %>
<%- info.created %> |
<% if (_.has(info, "share_url")) { %>
Share
<% } %>
|
<%- info.description %> |
<% }); %>