{% extends 'base.html' %} {% load humanize %} {% block title %}Audit Logs - Administration - van Hees-Theyssen-Vogel'sche Stiftung{% endblock %} {% block content %}
| 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 %} |
Passen Sie die Filter an oder überprüfen Sie die Suchkriterien.