{% extends "admin/base.html" %} {% block title %}Logs — cmdop admin{% endblock %} {% block content %} {# Plan 46 Phase 2 + 61/2b W3 — merged Logs + Security page. The category chip in the filter bar limits the events table to All / App / Security / Auth. /admin/security 301-redirects here with ?category=security so old links work. Data still comes from /api/admin/logs/* (the security view is a server-side category filter over security_event). #} {% from 'admin/components/ui.html' import page_header, tooltip %}