Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
10 Zeilen
331 B
Handlebars
10 Zeilen
331 B
Handlebars
{{#if completed}}
|
|
{{wizard-no-access text=(i18n 'wizard.completed') wizardId=wizardId}}
|
|
{{else}}
|
|
{{#if notPermitted}}
|
|
{{wizard-no-access text=(i18n 'wizard.not_permitted' level=minTrust) wizardId=wizardId}}
|
|
{{/if}}
|
|
{{#if noWizard}}
|
|
{{wizard-no-access text=(i18n 'wizard.none') wizardId=wizardId}}
|
|
{{/if}}
|
|
{{/if}}
|