{$title}
{{if \IPS\Request::i()->controller !== 'done' and !$initError and ( \IPS\Dispatcher::i()->step || \IPS\Request::i()->start )}}

{lang="step_s" sprintf="$title"}

    {{foreach array( 1 => 'healthcheck', 2 => 'license', 3 => 'applications', 4 => 'serverdetails', 5 => 'admin', 6 => 'install' ) as $i => $lang}}
  •   {lang="$lang"}
  • {{endforeach}}
{$html|raw}
{{elseif \IPS\Request::i()->controller === 'done'}}

{lang="done_banner"}

{lang="done_note"}



{lang="gotosuite"} {lang="gotoacp"}

{lang="docs_link"}
{{else}}

{lang="welcome_banner"}

{{if $initError}} {lang="beforestart" sprintf="$path"} {{else}} {lang="beforestarto"} {{endif}}

{{if $initError !== true}}

{lang="start_installation"} {{endif}}

{lang="install_guide"}
{{endif}}
{lang="server_ip"} {expression="$_SERVER['SERVER_ADDR'] ?? ( $_SERVER['LOCAL_ADDR'] ?? 'unavailable' )"}