{% extends "admin/base_site.html" %} {% load i18n static modern_admin %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

{% trans 'Dashboard' %}

{% trans 'Welcome back! Here\'s what\'s happening with your data today.' %}

{% trans 'Recent Activity' %}

{% trans 'Quick Actions' %}

{% if app_list %} {% for app in app_list|slice:":5" %} {% for model in app.models|slice:":1" %} {% if model.add_url %}
{% trans 'Add' %} {{ model.name }}
{% trans 'Create a new record' %}
{% endif %} {% endfor %} {% endfor %} {% endif %}

{% trans 'Statistics Overview' %}

📊
{% trans 'Chart visualization will be displayed here' %}
{% trans 'Install Chart.js or similar library to enable charts' %}
{% endblock %}