{{ runtime_capabilities.status.upper() }} {{ _('Detection') }}: {{ 'YARA + Emergency' if runtime_capabilities.detection.mode == 'yara_and_emergency' else 'Emergency signatures' }} {{ _('Notifications') }}: {{ 'External (' + runtime_capabilities.notifications.configured_channels|join(', ') + ')' if runtime_capabilities.notifications.mode == 'external' else 'Local logs only' }} {% for warning in runtime_capabilities.warnings %}{{ warning.message }}{% endfor %}
{{ _('Security Report') }}

{{ _('Loading...') }}

{{ _('System Metrics') }} {{ _('Live') }}

{{ _('Loading metrics...') }}

{{ _('Active Threats') }} {{ _('Needs Attention') }}

{{ _('Loading records...') }}

{{ _('LIVE LOG STREAM') }} {{ _('SSE') }}
{{ log_history|safe if log_history else '

' + _('Connecting to log stream...') + '

' }}