<% if (plugins.sponsors) { %>

<%= plugins.sponsors.title %>

<% if (plugins.sponsors.error) { %>
<%= plugins.sponsors.error.message %>
<% } else { %> <% for (const section of plugins.sponsors.sections) { if ((plugins.sponsors.sections.includes("goal"))&&(plugins.sponsors.sections.includes("list"))&&(section === "list")) continue%> <% if ((section === "goal")||(section === "list")) { %>
<% if ((section === "goal")&&(plugins.sponsors.goal)) { %>
<%= plugins.sponsors.goal.description %>
<% { const width = 440 * (1 + large) %>
<% } %> <% } %>
<% if (plugins.sponsors.count.active.total) { %> <%= plugins.sponsors.count.active.total %> sponsor<%= plugins.sponsors.count.active.total !== 1 ? "s are" : " is" %> funding <%= user.login %>'s work <% } %> <% if ((section === "goal")&&(plugins.sponsors.goal)) { %> <%= plugins.sponsors.goal.title %> <% } %>
<% if ((section === "list")||(plugins.sponsors.sections.includes("list"))) { %>
<% for (const user of plugins.sponsors.list.filter(({past}) => !past)) { %>" src="<%= user.avatar %>" width="<%= plugins.sponsors.size %>" height="<%= plugins.sponsors.size %>" alt="" /><% } %>
<% if ((plugins.sponsors.past)&&(plugins.sponsors.count.past.total)) { %>
<%= plugins.sponsors.count.past.total %> sponsor<%= s(plugins.sponsors.count.past.total) %> helped <%= user.login %> in the past
<% for (const user of plugins.sponsors.list.filter(({past}) => past)) { %>" src="<%= user.avatar %>" width="<%= 0.8*plugins.sponsors.size %>" height="<%= 0.8*plugins.sponsors.size %>" alt="" /><% } %>
<% } %> <% } %>
<% } else if (section === "about") { %>
<%- plugins.sponsors.about %>
<% } %> <% } %> <% } %>
<% } %>