<% if (base.header) { %> <% if (account === "user") { %>

<%= user.name || user.login %>

<% if (computed.cakeday) { %> Joined GitHub <%= computed.registration %> <% } else { %> Joined GitHub <%= computed.registration %> <% } %>
Followed by <%= user.followers.totalCount %> user<%= s(user.followers.totalCount) %>
<% if (user.isHireable) { %>
Available for hire!
<% } %>
<% for (const [x, {color}] of Object.entries(computed.calendar)) { %> <% } %>
Contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %>
<% } else if (account === "organization") { %>

<%= user.name || user.login %>

<% if (computed.cakeday) { %> Joined GitHub <%= computed.registration %> <% } else { %> Joined GitHub <%= computed.registration %> <% } %>
<% if (user.location) { %>
<%= user.location %>
<% } %>
<%= user.membersWithRole.totalCount %> member<%= s(user.membersWithRole.totalCount) %>
<% if (user.isVerified) { %>
Verified
<% } %>
<% } %> <% } %>