{% extends "base.html" %} {% block title %}Dashboard - QBO Excel Sync{% endblock %} {% block content %}

Connection Status

{% if is_connected %}Connected{% else %}Not Connected{% endif %}

{% if is_connected and company_name %}

{{ company_name }}

{% endif %}

Environment

{{ environment|title }}

{% if environment == 'sandbox' %}Test mode{% else %}Live data{% endif %}

Supported Types

6 Types

Checks, Invoices, Bills, & more

Quick Actions

{% endblock %}