{% extends "admin/base.html" %} {% block title %}{{ site_title }} | Dashboard{% endblock %} {% block content %}
Recent admin actions and application logs.
Models
{{ models|length }}
Registered in admin panel
Model Categories
{{ model_categories|length }}
Grouped by source file
Recent Actions
{{ recent_actions|length }}
Latest events in memory
{{ action.action }}
{{ action.timestamp }}
{{ action.username }}{% if action.target %} -> {{ action.target }}{% endif %}
{% if action.details %}{{ action.details }}
{% endif %}No recent actions yet.
{% endif %}