<%= t(".stats.avg_monthly") %>
-<%= Money.new(@stats[:avg_monthly], @savings_goal.currency).format %>
-<%= @stats[:avg_monthly_sub] %>
+ <%# Combo: Avg vs Target pace %> +<%= t(".stats.monthly_pace") %>
+<%= Money.new(@stats[:avg_monthly], @savings_goal.currency).format %>
+/mo
+ <% if @savings_goal.monthly_target_amount %> +· <%= t(".stats.target_of", amount: Money.new(@savings_goal.monthly_target_amount, @savings_goal.currency).format) %>
+ <% end %> +<%= t(".stats.behind_by", amount: Money.new(delta, @savings_goal.currency).format) %>
+ <% else %> +<%= t(".stats.above_target_pace") %>
+ <% end %> + <% else %> +<%= t(".stats.no_required_pace") %>
+ <% end %><%= t(".stats.total_contributions") %>
<%= @stats[:contributions_count] %>
<%= t(".stats.across_all_accounts") %>
<%= t(".stats.target_pace") %>
-- <%= @savings_goal.monthly_target_amount ? Money.new(@savings_goal.monthly_target_amount, @savings_goal.currency).format + "/mo" : t(".stats.no_required_pace") %> -
-<%= @stats[:monthly_target_sub] %>
-