% if ((account === "user")&&(base.header)) { %>
<%- meta.$ %> whoami
<%# -%>
<%# -%>
<%= user.name || user.login %> registered=<%= computed.registration.match(/^.+? [ymd]/)?.[0].replace(/ /g, "") %>, uid=<%= `${user.databaseId}`.substr(-4) %>, gid=<%= user.organizations.totalCount %>
contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %> <% for (const [x, {color}] of Object.entries(computed.calendar)) { -%>#<% } %>
followed by <%= user.followers.totalCount %> user<%= s(user.followers.totalCount) %>
<% } else if ((account === "organization")&&(base.header)) { %><%# -%>
<%- meta.$ %> whoami
<%# -%>
<%# -%>
<%= user.name || user.login %> registered=<%= computed.registration.match(/^.+? [ymd]/)?.[0].replace(/ /g, "") %>, uid=0, gid=<%= `${user.databaseId}`.substr(-4) %>
organization with <%= user.membersWithRole.totalCount %> member<%= s(user.membersWithRole.totalCount) %>
<% } -%>