<%=t(:label_client_id)%>
<%=t(:label_client_secret)%>
<%=t(:label_webhook_token)%>
<%=t(:label_oauth_expires)%> <%= if Qbo.exists? then Qbo.first.expire end %>

<%=t(:label_oauth_note)%>



<%=t(:label_customer_count)%>: <%= Customer.count%>
<%=t(:label_item_count)%>: <%= QboItem.count %>
<%=t(:label_employee_count)%>: <%= QboEmployee.count %>
<%=t(:label_invoice_count)%>: <%= QboInvoice.count %>
<%=t(:label_estimate_count)%>: <%= QboEstimate.count %>

<%=t(:label_last_sync)%> <%= Qbo.last_sync if Qbo.exists? %> <%= link_to " Sync Now", qbo_sync_path %>