{#if progress && progress.phase !== "done"}
{progress.message}
{#if progress.total > 0}
{progress.current} / {progress.total}
{/if}
{/if}