{{#if (and @isV2 @modelForData.destroyed)}}
Learn more
{{else if (and @isV2 @modelForData.deleted)}}
Learn more
{{else if @isWriteWithoutRead}}
{{else}}
{{#if @showAdvancedMode}}
{{else}}
Key
Value
Version created {{date-format @modelForData.createdTime 'MMM dd, yyyy hh:mm a'}}
{{@modelForData.createdTime}}
{{#if @modelForData.secretKeyAndValue}}
{{#each @modelForData.secretKeyAndValue as |secret|}}
{{#if secret.value}}
{{else}}
{{/if}}
{{/each}}
{{else}}
{{!-- In the case of no key or value will still render --}}
{{/if}}
{{/if}}
{{/if}}