1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/templates/custom.index.hbs
2017-12-03 15:57:40 +08:00

10 Zeilen
205 B
Handlebars

{{#if completed}}
{{i18n 'wizard.completed'}}
{{else}}
{{#if notPermitted}}
{{i18n 'wizard.not_permitted' level=minTrust}}
{{/if}}
{{#if noWizard}}
{{i18n 'wizard.none'}}
{{/if}}
{{/if}}