{% extends 'admin_pages/base_admin.html' %} {% block title %}Dashboard | Admin Panel{% endblock %} {% block content %}
Last login: {{ last_login|date:"SHORT_DATETIME_FORMAT" }}
Additions
Changes
Deletions
Active Sessions
| Time | User | Action | Model | Object |
|---|---|---|---|---|
| {{ log.action_time|date:"SHORT_DATETIME_FORMAT" }} | {{ log.user.get_full_name|default:log.user.username }} | {% if log.is_addition %} Add {% elif log.is_change %} Change {% elif log.is_deletion %} Delete {% endif %} | {{ log.content_type.model|title }} | {{ log.object_repr }} |
| No recent activity. | ||||