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

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

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

<%= image_tag("/img/illustrations/undraw_savings_re_eq4w.svg", class: 'h-48') %>

No donations yet

The donation process is not automated yet.
Please contact us if you'd like to contribute this way right now.

<% end %>
<% end %>