$errors * @var array $form * @var bool $canManageCustomFields * @var bool $canManageSso */ ?>
t('Create tenant'), 'backHref' => 'admin/tenants', 'backTitle' => t('Cancel'), 'actions' => [ [ 'form' => 'tenant-form', 'name' => 'action', 'value' => 'create', 'class' => 'secondary outline', 'label' => t('Create'), ], [ 'form' => 'tenant-form', 'name' => 'action', 'value' => 'create_close', 'class' => 'primary', 'label' => t('Create & close'), ], ], ]; require templatePath('partials/app-details-titlebar.phtml'); ?>