% content_for :title, @simplefin_item.name %>
Syncing accounts...
<%= simplefin_account.account_type.humanize %>
Balance: <%= number_to_currency(simplefin_account.current_balance || 0) %> <% if simplefin_account.currency != "USD" %> <%= simplefin_account.currency %> <% end %>
No accounts found. Try syncing again.
<%= button_to "Sync Now", sync_simplefin_item_path(@simplefin_item), method: :post, class: "mt-4 btn btn--secondary" %>