{% load i18n static custom_filters django_ledger%} {% block content %}

{{ dealer.get_local_name }}

{{ _("As of")}}{% now "SHORT_DATETIME_FORMAT" %}

{{ staff }}

{{ _("Staff")}}

{{ total_leads }}

{{ _("Leads")}}

{{ customers }}

{{ _("Customers")}}

{{ invoices }}

{{ _("Invoices")}}

{{ estimates }}

{{ _("Quotations")}}

{{ purchase_orders }}

{{ _("Purchase Orders")}}

{% trans 'inventory'|upper %}

{{ total_cars }} {{ _("Car") }}

{% trans 'inventory value'|upper %}

{{ total_selling_price|currency_format }}

{% trans "Profits"|upper %}

{{ total_profit|currency_format }}

{{ _("Inventory by Status")}}

{{ _("Available") }}

{{ available_cars }}

{{ _("Sold")}}

{{ sold_cars }}

{{ _("Reserved") }}

{{ reserved_cars }}

{{ _("Transfer") }}

{{ transfer_cars }}

{{ _("Hold") }}

{{ hold_cars }}

{{ _("Damaged") }}

{{ damaged_cars }}

{% endblock %}