<%=t(:label_oauth_note)%>
<%=t(:label_customer_count)%>: <%= Customer.count%>
<%=t(:label_employee_count)%>: <%= Employee.count %>
<%=t(:label_invoice_count)%>: <%= Invoice.count %>
<%=t(:label_estimate_count)%>: <%= Estimate.count %>
<%=t(:label_last_sync)%> <%= Qbo.last_sync if Qbo.exists? %> <%= link_to t(:label_sync_now), qbo_sync_path %>