<%= Item.count %> (@ <%= Item.last_sync %>)

<%= Account.count %> (@ <%= Account.last_sync %>)

<%= Qbo.exists? ? Qbo.last_sync : 'Never synced' %>

<%= Account.get_default %>

Management & Synchronization
<%= link_to t(:label_sync_now_items), sync_items_path, class: 'button icon icon-reload' %> <%= link_to t(:label_sync_now_accounts), sync_accounts_path, class: 'button icon icon-reload' %>
<%= link_to t(:label_items), items_path, class: 'icon icon-list' %> | <%= link_to t(:label_accounts), accounts_path, class: 'icon icon-list' %>