custom.index.hbs 149 B

1234567
  1. {{#if completed}}
  2. {{i18n 'wizard.completed'}}
  3. {{else}}
  4. {{#if notPermitted}}
  5. {{i18n 'wizard.not_permitted' level=minTrust}}
  6. {{/if}}
  7. {{/if}}