{{#if (or keys wrappedToken) }}
{{#if wrapTTL}}
{{else}} {{json-editor value=(stringify keys) options=(hash readOnly=true ) }} {{/if}}
{{#copy-button clipboardText=(if wrapTTL wrappedToken (stringify keys)) class="button is-primary" buttonType="button" success=(action (set-flash-message (if wrapTTL 'Wrapped key copied!' 'Exported key copied!'))) }} Copy {{/copy-button}}
{{else}}
{{input type="checkbox" name="exportVersion" id="exportVersion" class="styled" checked=exportVersion}}
{{#if exportVersion}}
{{/if}}
{{wrap-ttl onChange=(action (mut wrapTTL))}}
{{/if}}