<%# locals: (account:, title:, subtitle: nil) %>
<%= render "accounts/logo", account: account %>

"><%= title %>

<% if account.draft? %> <%= render DS::Link.new( text: "Complete setup", href: edit_account_path(account), variant: :outline, size: :sm, frame: :modal ) %> <% end %>
<% if subtitle.present? %>

<%= subtitle %>

<% end %>
<% if Rails.env.development? || self_hosted? %> <%= icon( "refresh-cw", as_button: true, size: "sm", href: account.linked? ? sync_plaid_item_path(account.plaid_account.plaid_item) : sync_account_path(account), disabled: account.syncing?, frame: :_top ) %> <% end %> <%= render "accounts/show/menu", account: account %>