{{#if (or (has-block) this.isVisible)}}
{{#if @label}} {{#if this.hasLabelOverflow}} {{@label}}
{{@label}}
{{else}} {{@label}} {{/if}} {{#if @helperText}}
{{@helperText}}
{{/if}} {{else}} {{/if}}
{{#if @addCopyButton}}
{{/if}} {{#if (has-block)}} {{yield}} {{else if this.valueIsBoolean}} {{#if @value}} Yes {{else}} No {{/if}} {{! @alwaysRender (this.isVisible) is still true }} {{else if this.valueIsEmpty}} {{#if @defaultShown}} {{@defaultShown}} {{else}} {{/if}} {{else if @formatDate}} {{date-format @value @formatDate}} {{else if @formatTtl}} {{this.formattedTtl}} {{else}} {{#if (eq @type "array")}} {{else}} {{#if @tooltipText}} {{this.value}}
{{@tooltipText}}
{{else}} {{@value}} {{/if}} {{/if}} {{/if}}
{{/if}}