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

{% trans "Create Website" %}

{% trans "On this page you can launch, list, modify and delete websites from your server." %}

{% trans "Website Details" %}

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

{$ currentStatus $}

70% Complete

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

{% trans "Website succesfully created." %}

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

{% endblock %}