% if total.zero? %>
<%= t("savings_goals.show.no_contributions_yet") %>
<% else %><%= row[:account].name %>
<%= row[:account].subtype&.titleize || row[:account].accountable_type %> ยท <%= t("savings_goals.show.funding_balance", amount: Money.new(row[:account].balance, row[:account].currency).format) %>
<%= row[:money].format %>
<%= percent_for(row[:amount]) %>% <%= t("savings_goals.show.of_saved") %>