data['machine'] ?? new NullMachine(); $machineImage = $this->data['machineImage'] ?? new NullMedia(); $isNew = $machine->id === 0; $equipmentStatus = EquipmentStatus::getConstants(); /** * @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>