2024-11-22 16:45:50 +01:00
|
|
|
{{#if this.noAccess}}
|
|
|
|
<CustomWizardNoAccess
|
|
|
|
@text={{i18n this.noAccessI18nKey}}
|
2024-11-22 16:51:24 +01:00
|
|
|
@wizardId={{this.wizardId}}
|
2024-11-22 16:45:50 +01:00
|
|
|
@reason={{this.noAccessReason}}
|
|
|
|
/>
|
2023-07-10 08:55:54 +02:00
|
|
|
{{/if}}
|