{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "ModSecurity Audit Logs - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "ModSecurity Audit Log Viewer" %}
{% trans "Showing:" %} {% trans "Last 50 lines" %}
{% trans "Live" %}
{% trans "Last 50 lines fetched successfully" %}
{% trans "Could not fetch logs. Use the command line to view the log file." %}
{% endblock %}