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

{% trans "Not available" %}

{% trans "Either CageFS is not installed or you are not on CloudLinux OS." %}

{% if not CL %}

{% trans "CloudLinux is not installed on your server." %} Click Here {% trans " for conversion details." %}

{% else %}

{% trans "Activate Now" %}

{% trans "CloudLinux is installed, but not activated." %}


{% endif %}
{% endblock %}