{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{% trans "Create Sub/Addon Domain - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% if defaultSite == 'NONE' %}
{% trans "You need to create a website before creating Sub/Addon domains." %}
{% else %}

{% trans "Domain Details" %}

{% trans "Invalid Domain (Note: You don't need to add 'http' or 'https')" %}
/home/{$ masterDomain $}/
{% if test_domain_data %} {% else %} {% endif %}

{% trans "Installation Progress" %}

{$ currentStatus $}
{% trans "Error message:" %} {$ errorMessage $}
{% trans "Domain successfully created." %}
{% trans "Could not connect to server. Please refresh this page." %}
{% endif %}
{% endblock %}