{{ _('Status:') }} {{ _('ACTIVE') if enabled else _('DISABLED') }}
{% if enabled %}
{{ _('Format:') }} {{ format | upper }}
{{ _('Exported:') }} {{ _('%(count)s events', count=total_exported) }}
{{ _('File:') }} {{ export_file }}
{{ _('Size:') }} {{ _('%(size)s MB', size=file_size_mb) }}
{% if syslog_active %}
{{ _('Syslog streaming active') }}
{% endif %}
{% if has_data %} {{ _('CSV') }} {% endif %}
{% else %}

{{ _('Enable in config.toml:') }} [siem] enabled = true

{% endif %}