{% extends 'sales/base.html' %} {% block title %}Home Page{% endblock %} {% block content %}

Total Sales

KSH. {{total_sales_amount}}

New Customers

{{customer_count}}

Pending Orders

{{pending_orders_count}}

Revenue Growth

{{revenue_growth}}

{% endblock %}