<% if (base.header) { %>

<%= user.name %>

<% if (computed.cakeday) { %> Created <%= computed.registration %> <% } else { %> Created <%= computed.registration %> <% } %>
Deployed <%= repo.deployments.totalCount %> time<%= s(repo.deployments.totalCount) %>
<%= computed.diskUsage %> used
<% if (plugins.traffic) { %>
<% if (plugins.traffic.error) { %> <%= plugins.traffic.error.message %> <% } else { %> <%= f(plugins.traffic.views.count) %> view<%= s(plugins.traffic.views.count) %> in last two weeks <% } %>
<% } %>
<% for (const [x, {color}] of Object.entries(computed.calendar)) { %> <% } %>
<%= repo.environments.totalCount %> Environment<%= s(repo.environments.totalCount) %>
<% if (repo.actionUsersCount) { %>
<%= repo.actionUsersCount %> workflow<%= s(repo.actionUsersCount) %> using it
<% } %> <% if (plugins.lines) { %>
<% if (plugins.lines.error) { %> <%= plugins.lines.error.message %> <% } else { %> <%= f(plugins.lines.added) %> added, <%= f(plugins.lines.deleted) %> removed <% } %>
<% } %>
<% } %>