{label} {#if required}
*
{/if} {#if helpUrl}
{/if}
{#if value || fileName}
{#if previewUrl}
{: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 uploading}
Carregando... {:else}
Selecionar arquivo (PDF ou imagem, máx. 10MB) {/if}
{/if} {#if error}
{error}
{/if}