{% extends "master.html" %} {% load static %} {% block title %} Admin | Dashboard {% endblock title %}
{% block topbar %}
Theme Settings
Color Scheme
Topbar Color
Menu Color
Sidebar Size
{% endblock topbar %} {% block sidebar %} {% endblock sidebar %} {% block content %}

Total Orders

{{ total_orders }}

₹

Total revenue

₹{{ total_revenue }}

Total users

{{ total_customers }}

Recent orders

{{ last_7_days_orders_count }}

Bestselling products

1

₹

Total sales (daily/weekly/monthly)

1

Performance

{% block footer %}
© Aquarium E-Commerce. Developed by GeegaTechnologies
{% endblock footer %}
{% endblock content %}