2021-04-12 16:19:53 +02:00
|
|
|
{{#if noWizard}}
|
|
|
|
{{wizard-no-access text=(wizard-i18n "wizard.none") wizardId=wizardId}}
|
|
|
|
{{else}}
|
|
|
|
{{#if requiresLogin}}
|
|
|
|
{{wizard-no-access text=(wizard-i18n "wizard.requires_login") wizardId=wizardId}}
|
|
|
|
{{else}}
|
|
|
|
{{#if notPermitted}}
|
|
|
|
{{wizard-no-access text=(wizard-i18n "wizard.not_permitted") wizardId=wizardId}}
|
|
|
|
{{else}}
|
|
|
|
{{#if completed}}
|
|
|
|
{{wizard-no-access text=(wizard-i18n "wizard.completed") wizardId=wizardId}}
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|