<%# locals: (linkable_account_count:) %>
<%= icon("target", size: "2xl") %>

<%= t("goals.empty_state.heading") %>

<%= t("goals.empty_state.body") %>

<% if linkable_account_count > 0 %> <%= render DS::Link.new( text: t("goals.empty_state.new_goal"), variant: "primary", href: new_goal_path, icon: "plus", frame: :modal ) %> <% else %>

<%= t("goals.empty_state.no_depository_accounts") %>

<%= render DS::Link.new( text: t("goals.empty_state.add_account"), variant: "primary", href: new_account_path(return_to: goals_path), icon: "plus" ) %> <% end %>