{% if request.is_dealer or request.is_manager%} {% trans "Business Health Dashboard" %} {% endif %} {% if request.is_inventory and not request.is_manager and not request.is_dealer %} {% trans "Inventory Dashboard" %} {% endif %} {% if request.is_accountant and not request.is_manager and not request.is_dealer %} {% trans "Accountant Dashboard" %} {% endif %}
{% include 'dashboards/financial_data_cards.html' %}
{% include 'dashboards/chart.html' %}