10 Zeilen
331 B
Handlebars
10 Zeilen
331 B
Handlebars
{{#if completed}}
|
|
{{wizard-no-access text=(i18n 'wizard.completed') wizardId=wizardId}}
|
|
{{else}}
|
|
{{#if notPermitted}}
|
|
{{wizard-no-access text=(i18n 'wizard.not_permitted' level=minTrust) wizardId=wizardId}}
|
|
{{/if}}
|
|
{{#if noWizard}}
|
|
{{wizard-no-access text=(i18n 'wizard.none') wizardId=wizardId}}
|
|
{{/if}}
|
|
{{/if}}
|