<%= render HeaderComponent.new(title: "Contributions") %> <%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>

Your financial contributions to the development and upkeep of our software and services.

<% if @donation_methods.include?(:btcpay) || @donation_methods.include?(:lndhub) %> <%= render partial: "contributions/donations/bitcoin", locals: { donation_methods: @donation_methods, lndhub_balance: @balance } %> <% end %> <% if @donation_methods.include?(:opencollective) %> <%= render partial: "contributions/donations/opencollective" %> <% end %>
<% if @donations_processing.any? %>

Pending

<%= render partial: "contributions/donations/list", locals: { donations: @donations_processing } %>
<% end %> <% if @donations_completed.any? %>

Contributions

<%= render partial: "contributions/donations/list", locals: { donations: @donations_completed } %>
<% end %> <% end %>