{% extends "base.html" %} {% block title %}IT Overview{% endblock %} {% block page_title %}IT Operations Overview{% endblock %} {% block content %}
| Action | User | Entity | Details | Time |
|---|---|---|---|---|
| {{ log.action }} | {% if log.user %}{{ log.user.full_name }}{% else %}System{% endif %} | {{ log.entity_type or '—' }} {% if log.entity_id %}#{{ log.entity_id }}{% endif %} | {{ log.created_at.strftime('%b %d %H:%M') }} |