{% extends '@Installation/layout.twig' %}
{% block content %}
{% if displayGeneralSetupSuccess is defined %}
{{ 'Installation_SuperUserSetupSuccess'|translate }}
{% endif %}
{{ 'Installation_SiteSetup'|translate }}
{% if errorMessage is defined %}
{{ 'Installation_SetupWebsiteError'|translate }}:
{{ 'Installation_SiteSetupFootnote'|translate }}
{% endblock %}