<% if (plugins.sponsorships) { %>

Sponsorships

<% if (plugins.sponsorships.error) { %>
<%= plugins.sponsorships.error.message %>
<% } else { %> <% for (const section of plugins.sponsorships.sections) { %>
<% if (section === "amount") { %>
<%= user.login %> has given a total of <%= new Intl.NumberFormat("en", {style:"currency", currency:"USD"}).format(plugins.sponsorships.amount) %> to open source software<% if (plugins.sponsorships.started) { %> since <%= f.date(plugins.sponsorships.started, { date:true, timeZone:config.timezone?.name}) %><% } %>.
<% } else if (section === "sponsorships") { %>
<%= user.login %> helped funding the work of <%= plugins.sponsorships.list.length %> users and organizations.
<% for (const user of plugins.sponsorships.list) { %>" src="<%= user.avatar %>" width="<%= 0.8*plugins.sponsorships.size %>" height="<%= 0.8*plugins.sponsorships.size %>" alt="" /><% } %>
<% } %>
<% } %> <% } %>
<% } %>