{{#if loading}}

{{res 'openChalRespLoading'}}

{{else if error}}

{{error}}

{{#if showEmptyMacWarning}}

{{res 'openChalRespErrorEmptyMac'}}

{{/if}}
{{else}}

{{res 'openChalRespSelectYubiKey'}}:

{{#each yubiKeys as |yk|}}
{{yk.fullName}}, {{res 'yubiKeySlot'}} {{yk.slot}}
{{/each}}
{{/if}}