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

{{ childDomain }} - {% trans "Preview" %}

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

{% if not error %}

{% trans "Resource Usage" %} {% trans "Manage Git" %} {% trans "Copy/Sync to Master" %} {% trans "Stress Test" %}

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

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

{% else %}

{{ domain }}

{% endif %}
{% endblock %}