{% extends 'layout/app.html' %} {% block title %} Demo Nine {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_nine/performance_overview.html' %}
{% include 'components/dashboard/demo_nine/total_products.html' %}
{% include 'components/dashboard/demo_nine/total_awards.html' %}
{% include 'components/dashboard/demo_nine/newsletter.html' %}
{% include 'components/dashboard/demo_nine/tasks.html' %}
{% include 'components/dashboard/demo_nine/marketing_campaigns.html' %}
{% include 'components/dashboard/demo_nine/todo.html' %}
{% include 'components/dashboard/demo_nine/team_members.html' %}
{% include 'components/dashboard/demo_nine/profile.html' %}
{% include 'components/dashboard/demo_nine/chat.html' %}
{% include 'components/dashboard/demo_nine/social_media_traffic.html' %}
{% include 'components/dashboard/demo_nine/location.html' %}
{% include 'components/dashboard/demo_nine/recent_seller.html' %}
{% endblock %}