{% extends "base.html" %} {% block content %}
{% include 'components/dashboard/sidebar.html' %}
{% include 'components/dashboard/fetch_status.html' %} {% include 'components/dashboard/stats_cards.html' %} {% include 'components/dashboard/stats_chart.html' %}
{% endblock %} {% block scripts %} {% endblock %}