{% load i18n custom_filters %} {% if auth_events %}
| {{ _("Timestamp") |capfirst }} | {{ _("User") |capfirst }} | {{ _("Event Type") }} | {{ _("username") |capfirst }} | {{ _("IP Address") |capfirst }} |
|---|---|---|---|---|
| {{event.datetime}} | {{ event.user.username|default:"N/A" }} | {{ event.get_login_type_display}} | {{ event.username}} | {{ event.remote_ip}} |
No authentication audit events found.
{% endif %}