{% 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 "Manage all functions related to your child domain" %} - {% trans "Master domain:" %} {{ domain }}

{% 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)
{% if viewSSL == 1 %}

{{ authority }}

{% trans "Your SSL will expire in" %} {{ days }} {% trans "days" %}{% if renewal_when %} • {% trans "Renews" %} {{ renewal_when }}{% endif %}

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

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

{% trans "Changes successfully saved." %}

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

{% else %}

{{ domain }}

{% endif %}
{% endblock %}