container->router; $token = $this->container->session->getCsrfToken()->getValue(); if (!$this->getModel()->getId()) { $id = 0; $description = ''; } else { $id = $this->getModel()->getId(); $description = $this->getModel()->description; } ?>