display('install.config.html.twig', array( 'clients' => $clients, 'timezones' => DateTimeZone::listIdentifiers(), 'locale' => $locale, 'session' => $_SESSION, 'errors' => isset($errors) ? $errors : null, 'buttons' => next_buttons() ));