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

11 Zeilen
331 B
Handlebars

2017-10-13 21:02:34 +08:00
{{#if completed}}
{{wizard-no-access text=(i18n 'wizard.completed') wizardId=wizardId}}
2017-11-29 17:48:49 +08:00
{{else}}
{{#if notPermitted}}
{{wizard-no-access text=(i18n 'wizard.not_permitted' level=minTrust) wizardId=wizardId}}
2017-11-29 17:48:49 +08:00
{{/if}}
2017-12-03 15:57:40 +08:00
{{#if noWizard}}
{{wizard-no-access text=(i18n 'wizard.none') wizardId=wizardId}}
2017-12-03 15:57:40 +08:00
{{/if}}
2017-10-13 21:02:34 +08:00
{{/if}}