{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% include "cri_frontend/_criuser_nav.html" with current_page="logs" %}

{% if criuser.criserviceaccount %} {% else %} {% endif %} {{ criuser.get_full_name }}

{% for entry in logs %} {% empty %} {% endfor %}
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.
{% if is_paginated %} {% include "cri_frontend/_pagination.html" with paginator=paginator page_obj=page_obj paginator_range=paginator_range only %} {% endif %}
{% for userconsent, scopes, claims in user_consent_list %} {% endfor %} {% endblock %}