{% 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 "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)

{% 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." %}

Domain 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 "Current rewrite rules in the file fetched." %} Click to read more about whats changed in rewrite rules from v1.7 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" %}

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

{% trans "Changes successfully saved." %}

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

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

{{ domain }}

{% endif %}
{% endblock %}