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

{% trans "Website Details" %}

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

{% trans "Installation Progress" %}

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