{% extends '@Installation/layout.twig' %} {% block content %}

{{ 'Installation_SetupWebsite'|translate }}

{% if displayGeneralSetupSuccess is defined %}
{{ 'Installation_SuperUserSetupSuccess'|translate }}
{% endif %}

{{ '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 %}