{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block breadcrumb %}Dashboard{% endblock %} {% block content %} {# ═══════════════════════════════════════════════════════════════════ AQUILIA ADMIN — INDUSTRY-GRADE DASHBOARD Greeting → Health bar → Stat cards → Grid (charts, activity, model distribution, active users, environment, quick access) ═══════════════════════════════════════════════════════════════════ #} {# ── Personalised greeting with time-of-day ── #}
Here's what's happening across your application
| Model | Table | Fields | Relations | Indexes | PK |
|---|---|---|---|---|---|
| {{ m.name }} {% if m.get('app_label', '') %} {{ m.app_label }} {% endif %} | {{ m.table }} | {{ m.field_count }} | {% if m.relation_count > 0 %} {{ m.relation_count }} {% else %} — {% endif %} | {% if m.index_count > 0 %} {{ m.index_count }} {% else %} — {% endif %} | {{ m.pk }} |
| Model | App | Records | Actions |
|---|---|---|---|
| {{ model_info.verbose_name|default(model_info.name|default('')) }} | {{ app_info.app_label|default('') }} | {{ model_counts.get(model_info.model_name|default(''), '?') if model_counts is mapping else '?' }} | Add |