{{#if title}}

{{title}}

{{#if showCopy}} {{copy-to-clipboard tooltipText="" buttonText="copyToClipboard.tooltip" clipboardText=value class="with-clip" }} {{/if}} {{#if showUpload}} {{/if}} {{#if showDownload}} {{/if}}
{{else if (or showCopy showUpload showDownload)}}
{{#if showCopy}} {{copy-to-clipboard tooltipText="" buttonText="copyToClipboard.tooltip" clipboardText=value class="with-clip" }} {{/if}} {{#if showUpload}} {{/if}} {{#if showDownload}} {{/if}}
{{/if}}
{{#if loading}}
{{else}}
{{ivy-codemirror placeholder=placeholder value=value valueUpdated=(if valueUpdated valueUpdated (action (mut value)) ) isVisible=_isEditorVisible options=(hash autofocus=true theme="monokai" tabSize=2 lineNumbers=true mode="yaml" readOnly=(if (or (eq modalOpts.type "review") readOnly) true false) gutters=gutters lint=true lineWrapping=true viewportMargin=viewportMargin extraKeys=(hash Tab=tabReplacement Shift-Tab=shiftTabReplacement ) ) }}
{{/if}}
{{yield "description"}}