1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/templates/custom.index.hbs
2017-11-29 17:48:49 +08:00

7 Zeilen
149 B
Handlebars

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