singleTab($this->view->title = $this->translate('Kickstart')); $form = KickstartForm::load(); try { $form->setEndpoint($this->db()->getDeploymentEndpoint()); } catch (Exception $e) { // Silently ignore DB errors } $form->handleRequest(); $this->content()->add($form); } }