2017-10-13 15:02:34 +02:00
|
|
|
{{#if completed}}
|
2018-05-09 07:06:43 +02:00
|
|
|
{{wizard-no-access text=(i18n 'wizard.completed') wizardId=wizardId}}
|
2017-11-29 10:48:49 +01:00
|
|
|
{{else}}
|
|
|
|
{{#if notPermitted}}
|
2018-05-09 07:06:43 +02:00
|
|
|
{{wizard-no-access text=(i18n 'wizard.completed' level=minTrust) wizardId=wizardId}}
|
2017-11-29 10:48:49 +01:00
|
|
|
{{/if}}
|
2017-12-03 08:57:40 +01:00
|
|
|
{{#if noWizard}}
|
2018-05-09 07:06:43 +02:00
|
|
|
{{wizard-no-access text=(i18n 'wizard.none') wizardId=wizardId}}
|
2017-12-03 08:57:40 +01:00
|
|
|
{{/if}}
|
2017-10-13 15:02:34 +02:00
|
|
|
{{/if}}
|