{#if loading}
{:else if error}
{error}
{/if}
{#if !loading && !error && pdfDoc}
{Math.round(zoomLevel * 100)}%
{/if}