<% if ((plugins.lines)&&((plugins.lines.sections.includes("history"))||(plugins.lines.sections.includes("repositories")))) { %>

Lines of code pushed

<% if (plugins.lines.error) { %>
<%= plugins.lines.error.message %>
<% } else { %> <% if (plugins.lines.sections?.includes("repositories")) { %>
<% for (const {handle, added, deleted, changed} of plugins.lines.repos) { %>
<%= handle %>
<% } %>
<% for (const {handle, added, deleted, changed} of plugins.lines.repos) { %>
<% for (let i = 1; i <= 5; i++) { %>
<% } %>
<%= `+${f(added+changed)}`.padStart(7) %> <%= `-${f(deleted+changed)}`.padStart(7) %>
 
<% } %>
<% } %> <% if ((plugins.lines.sections?.includes("history"))&&(plugins.lines.history)) { %>

Diff history

<%- plugins.lines.history %>
<% } %> <% } %>
<% } %>