{% extends 'layout/app.html' %} {% block title %} Demo Eight {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_eight/revenue.html' %}
{% include 'components/dashboard/demo_eight/growth.html' %}
{% include 'components/dashboard/demo_eight/order.html' %}
{% include 'components/dashboard/demo_eight/sales.html' %}
{% include 'components/dashboard/demo_eight/monthly_earning.html' %}
{% include 'components/dashboard/demo_eight/profit_growth.html' %}
{% include 'components/dashboard/demo_eight/total_sale.html' %}
{% include 'components/dashboard/demo_eight/active_users.html' %}
{% include 'components/dashboard/demo_eight/sales_overview.html' %}
{% include 'components/dashboard/demo_eight/top_product.html' %}
{% include 'components/dashboard/demo_eight/recent_deals.html' %}
{% endblock %}