{% extends 'base.html' %} {% load humanize %} {% block title %}Audit Logs - Administration - van Hees-Theyssen-Vogel'sche Stiftung{% endblock %} {% block content %}
Filter
Reset
Audit Log Einträge {{ page_obj.paginator.count|intcomma }}
{% if page_obj %}
{% for log in page_obj %} {% endfor %}
Zeitpunkt Benutzer Aktion Entität Beschreibung IP Details
{{ log.timestamp|date:"d.m.Y" }}
{{ log.timestamp|date:"H:i:s" }}
{{ log.username }} {{ log.get_action_display }}
{{ log.get_entity_type_display }} {% if log.entity_name %}
{{ log.entity_name|truncatechars:30 }} {% endif %}
{{ log.description|truncatechars:60 }} {% if log.ip_address %} {{ log.ip_address }} {% else %} - {% endif %} {% if log.changes %} {% else %} - {% endif %}
{% if page_obj.has_other_pages %} {% endif %} {% else %}
Keine Audit Logs gefunden

Passen Sie die Filter an oder überprüfen Sie die Suchkriterien.

{% endif %}