custom.index.hbs 205 B

12345678910
  1. {{#if completed}}
  2. {{i18n 'wizard.completed'}}
  3. {{else}}
  4. {{#if notPermitted}}
  5. {{i18n 'wizard.not_permitted' level=minTrust}}
  6. {{/if}}
  7. {{#if noWizard}}
  8. {{i18n 'wizard.none'}}
  9. {{/if}}
  10. {{/if}}