10 Zeilen
205 B
Handlebars
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}}
|