{#if value || fileName}
{#if previewUrl} Preview {:else if fileType === 'application/pdf' || fileName.endsWith('.pdf')}
{:else}
{/if}

{fileName || 'Arquivo anexado'}

{#if uploading} Carregando... {:else} Enviado com sucesso {/if}

{#if fileUrl} {/if}
{:else} {/if} {#if error}
{error}
{/if}