<%= 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.no_assets") %>
<% end %><%= t("reports.net_worth.no_liabilities") %>
<% end %>