{% extends "admin/base_site.html" %} {% load humanize %} {% load dash_tags %} {% load i18n %} {% block content_title %} {{ index_title|default:"Django Dash Dashboard" }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Control Center" %}
{% trans "Monitor your apps, jump into models, and keep the project moving." %}
{% trans "Apps" %}
{{ available_apps|length }}
{% trans "Core modules ready to manage." %}
{% trans "Activity" %}
{{ latest_history|length }}
{% trans "Recent actions in the admin." %}
{% trans "User" %}
{{ user.get_short_name|default:user.username }}
{% trans "Signed in and ready to ship." %}
{% trans "Fast snapshots across your data." %}
{{ model_count }}
{% trans "Manage" %}{% trans "Jump into key areas fast." %}
{% trans "No apps available." %}
{% endfor %}{% trans "Latest changes across the system." %}
| {% trans "In" %} | {% trans "Action" %} | {% trans "At Time" %} | {% trans "Admin" %} |
|---|---|---|---|
| {{ history.content_type }} | {{ history.get_action_flag_display }} | {{ history.action_time|naturaltime }} | {{ history.user }} |
| {% trans "No recent actions yet." %} | |||
{% trans "Manage every app from a focused hub." %}
{{ app.models|length }} {% trans "models" %}
{% trans "No models available." %}
{% endfor %}{% trans "No apps available." %}