{% trans "Matching records" %}{{ total }}
{% extends 'paxalia/base.html' %} {% load i18n static %} {% block title %}{{ page_title }} — Paxalia{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block page_subtitle %}{{ page_subtitle }}{% endblock %} {% block extra_css %}{% endblock %} {% block filter_bar %}
{% endblock %} {% block dashboard_content %}| {% trans "Time" %} | {% trans "User" %} | {% trans "Result" %} | {% trans "Category" %} | {% trans "IP" %} | {% trans "Browser / OS" %} | {% trans "Traffic" %} |
|---|---|---|---|---|---|---|
| {{ event.created_at|date:'Y-m-d H:i:s' }} | {% if event.user %}{{ event.user.get_username }}{% elif event.identifier_hash %}{% trans "Unresolved account" %} {{ event.identifier_hash|slice:':12' }}{% else %}{% trans "Unknown" %}{% endif %} | {{ event.result }} | {{ event.failure_category|default:event.failure_reason|default:'—' }} | {{ event.ip_address|default:'—' }} | {{ event.browser|default:'—' }} / {{ event.os|default:'—' }} | {{ event.traffic_type }} |
| {% trans "No authentication activity found in this range." %} | ||||||
| {% trans "Category" %} | {% trans "Count" %} |
|---|---|
| {{ item.failure_category }} | {{ item.count }} |