{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
Date | IP address | Event | Status | OIDC client |
---|---|---|---|---|
{{ entry.created_at }} | {% if entry.ip %} {{ entry.ip }} {% else %} No data {% endif %} | {{ entry.get_kind_display }} | {{ entry.get_status_display }} | {% if entry.client %} {{ entry.client.name }} {% else %} Not applicable {% endif %} |
This user never signed-in. |