{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Error Logs - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Error Logs" %}

{% trans "Error Logs for main web server." %}

{% trans "Last 50 Lines" %}

{% trans "Last 50 Lines Fetched" %}

{% trans "Could not fetch logs. Use the command line to view the log file." %}

{% endblock %}