7 Zeilen
149 B
Handlebars
7 Zeilen
149 B
Handlebars
{{#if completed}}
|
|
{{i18n 'wizard.completed'}}
|
|
{{else}}
|
|
{{#if notPermitted}}
|
|
{{i18n 'wizard.not_permitted' level=minTrust}}
|
|
{{/if}}
|
|
{{/if}}
|