{% extends '@Installation/layout.twig' %} {% block content %} {% if displayGeneralSetupSuccess is defined %} {{ 'Installation_SuperUserSetupSuccess'|translate }} {% endif %}

{{ 'Installation_SetupWebsite'|translate }}

{{ 'Installation_SiteSetup'|translate }}

{% if errorMessage is defined %}
{{ 'Installation_SetupWebsiteError'|translate }}:
- {{ errorMessage|raw }}
{% endif %} {% if form_data is defined %} {% include "genericForm.twig" %} {% endif %}

{{ 'Installation_SiteSetupFootnote'|translate }}

{% endblock %}