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

{% trans "Install PrestaShop" %}

{% trans "One-click PrestaShop Install! Create your professional e-commerce store in minutes." %}

{{ domainName }} - {% trans "Installation Details" %}

{% trans "PrestaShop E-commerce Platform" %}
{% trans "Set up your online store with PrestaShop - the leading open-source e-commerce solution trusted by over 300,000 merchants worldwide." %}
{% trans "500+ Templates" %}
{% trans "Multi-language Support" %}
{% trans "Mobile Responsive" %}
{% trans "SEO Optimized" %}
{% trans "Use a strong password to secure your admin panel" %}
{% trans "Default: ps_ (recommended for security)" %}

{$ currentStatus $}

70% Complete

{% trans "Installation failed. Error message:" %} {$ errorMessage $}

{% trans "Installation successful. Visit:" %} {$ installationURL $}

{% trans "Tip: Access your admin panel by adding /admin to your store URL" %}

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

{% endblock %}