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

{{ domain }} - {% trans "Preview" %}

{% trans "All functions related to a particular site." %}

{% if not error %}

{% trans "Resource Usage" %} {% trans "Manage Git" %} {% trans "Clone/Staging" %} {% trans "Set up SSH Access" %}

{% trans "Resource" %} {% trans "Usage" %} {% trans "Allowed" %}
{% trans "FTP" %} {{ ftpUsed }} {{ ftpTotal }}
{% trans "Databases" %} {{ databasesUsed }} {{ databasesTotal }}
{% trans "Disk Usage" %} {{ diskInMB }} (MB) {{ diskInMBTotal }} (MB)
{% trans "Bandwidth Usage" %} {{ bwInMB }} (MB) {{ bwInMBTotal }} (MB)
{% if viewSSL == 1 %}

{{ authority }}

Your SSL will expire in {{ days }} days.

{% endif %}

{% trans "Disk Usage" %}

{{ diskUsage }}%

{% trans "Bandwidth Usage" %}

{{ bwUsage }}%

{% trans "Logs" %}

{% trans "Logs Fetched" %}

{% trans "Could not fetch logs, see the logs file through command line. Error message:" %} {$ errorMessage $}

{% trans "Could not connect to server. Please refresh this page." %}

Type IP Address Time Resource Size

{% trans "Domains" %}

{% trans "Invalid Domain (Note: You don't need to add 'http' or 'https')" %}

{$ currentStatus $}

70% Complete

{% trans "Error message:" %} {$ errorMessage $}

{% trans "Website succesfully created." %}

{% trans "Could not connect to server. Please refresh this page." %}

{% trans "PHP Version Changed to:" %} {$ changedPHPVersion $}

{% trans "Deleted:" %} {$ deletedDomain $}

{% trans "SSL Issued:" %} {$ sslDomainIssued $}

{% trans "Changes applied successfully." %}

{$ errorMessage $}

{% trans "Could not connect to server. Please refresh this page." %}

Domain Launch Path open_basedir PHP SSL Delete

{% trans "Configurations" %}

{% trans "SSL Saved" %}

{% trans "Could not save SSL. Error message:" %} {$ errorMessage $}

{% trans "Could not connect to server. Please refresh this page." %}

{% trans "Current configuration in the file fetched." %}

{% trans "Could not fetch current configuration. Error message:" %} {$ errorMessage $}

{% trans "Could not connect to server. Please refresh this page." %}

{% trans "Configurations saved." %}

{% trans "Could not fetch current configuration. Error message:" %} {$ errorMessage $}

{% trans "It is not required to modify rules if you are using OpenLiteSpeed." %} Click to read more about whats changed in rewrite rules from v1.8 onwards.

{% trans "Could not fetch current rewrite rules. Error message:" %} {$ errorMessage $}

{% trans "Could not connect to server. Please refresh this page." %}

{% trans "Configurations saved." %}

{% trans "Could not save rewrite rules. Error message:" %} {$ errorMessage $}

{% trans "Failed to change PHP version. Error message:" %} {$ errorMessage $}

{% trans "PHP successfully changed for: " %} {$ websiteDomain $}

{% trans "Could not connect to server. Please refresh this page." %}

{% trans "Files" %}

{% if ftp %} {% endif %}

{% trans "Error message:" %} {$ errorMessage $}

{% trans "Changes successfully saved." %}

{% trans "Could not connect to server. Please refresh this page." %}

{% if email %} {% if marketingStatus %}
{% endif %} {% endif %}
{% else %}

{{ domain }}

{% endif %}
{% endblock %}