1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/templates/custom.index.hbs

10 Zeilen
327 B
Handlebars

{{#if completed}}
{{wizard-no-access text=(i18n 'wizard.completed') wizardId=wizardId}}
{{else}}
{{#if notPermitted}}
{{wizard-no-access text=(i18n 'wizard.completed' level=minTrust) wizardId=wizardId}}
{{/if}}
{{#if noWizard}}
{{wizard-no-access text=(i18n 'wizard.none') wizardId=wizardId}}
{{/if}}
{{/if}}