<%= t("reports.net_worth.current_net_worth") %>
"> <%= net_worth_metrics[:current_net_worth].format %>
<%= t("reports.net_worth.period_change") %>
<% if net_worth_metrics[:trend] %> <% trend = net_worth_metrics[:trend] %><%= trend.value.format(signify_positive: true) %>
<%= trend.value >= 0 ? "+" : "" %><%= trend.percent_formatted %>
<% else %>--
<% end %><%= t("reports.net_worth.assets_vs_liabilities") %>
| <%= t("reports.net_worth.total_assets") %> | <%= t("reports.transactions_breakdown.table.amount") %> |
|---|---|
| <%= group[:name] %> | <%= group[:total].format %> |
| <%= t("reports.net_worth.no_assets") %> | |
| <%= t("reports.net_worth.total_liabilities") %> | <%= t("reports.transactions_breakdown.table.amount") %> |
|---|---|
| <%= group[:name] %> | <%= group[:total].format %> |
| <%= t("reports.net_worth.no_liabilities") %> | |