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

{% trans "Install Mautic" %}

{% trans "One-click Mautic Install!" %}

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

{% trans "Before installing Mautic, we will change the PHP version of the website to PHP 8.1, which is supported by Mautic." %}

{$ currentStatus $}

70% Complete

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

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

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

{% endblock %}