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

{% trans "Home" %}

{% trans "Use the tabs to navigate through the control panel." %}

{% trans "Something went wrong..." %}

Error

Error: {{ error_message }}

{% endblock %}