| Timestamp | Admin | Action | Target | Details | IP Address |
|---|---|---|---|---|---|
| {{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} | {{ log.username }} | {{ action_labels.get(log.action, log.action) }} |
{% if log.target_type or log.target_name %}
{% if log.target_type %}
{{ log.target_type }}
{% endif %}
{% if log.target_name %}
{{ log.target_name }}
{% endif %}
{% else %}
-
{% endif %}
|
{% if log.details %} {{ log.details }} {% else %} - {% endif %} | {{ log.ip_address or '-' }} |
Admin actions will be logged here.