{% extends 'admin/base.html' %} {% load i18n unfold static arith %} {% block title %} {% if subtitle %} {{ subtitle }} | {% endif %} {{ title }} | {{ site_title|default:_('Django site admin') }} {% endblock %} {% block branding %} {% include "unfold/helpers/site_branding.html" %} {% endblock %} {% block content %} {% component "unfold/components/container.html" %}
{% component "unfold/components/title.html" %} {% trans "Dashboard" %}
{% endcomponent %} {% include "admin/dashboard/_filters.html" %} {% include "admin/dashboard/_kpis.html" %}
{% include "admin/dashboard/_daily_sales.html" %}
{% include "admin/dashboard/_income_overview.html" %}
{% include "admin/dashboard/_low_stock.html" %} {% include "admin/dashboard/_most_returned.html" %}
{% include "admin/dashboard/_customers_mix.html" %} {% if shipped_vs_digital.digital_qty|default:0 > 0 and shipped_vs_digital.shipped_qty|default:0 > 0 %} {% include "admin/dashboard/_shipped_vs_digital.html" %} {% endif %}
{% include "admin/dashboard/_top_categories.html" %} {% include "admin/dashboard/_quick_links.html" %}
{% include "admin/dashboard/_product_lists.html" %} {% component "unfold/components/separator.html" %} {% endcomponent %}
{% component "unfold/components/text.html" with class="text-center text-xs text-gray-500 dark:text-gray-400" %} eVibes {{ evibes_version }} ยท Wiseless Team {% endcomponent %}
{% endcomponent %} {% endblock %}