{% extends "adminpanel/base.html" %} {% block title %}Activity log — admin{% endblock %} {% block heading %}Activity log{% endblock %} {% block content %}
{{ a.description }}
Nothing logged yet.
{% endfor %}| When | Account | IP | Result |
|---|---|---|---|
| {{ l.created_at|date:"j M Y · H:i" }} | {{ l.username_tried }} | {{ l.ip_address|default:"—" }} | {% if l.successful %}Success{% else %}Blocked{% endif %} |
| No sign-ins recorded. | |||