{#if action_errors.length > 0}
Error Completing Action {current_error.times > 1 ? `x${current_error.times}` : ''}
{#if action_errors.length > 1}
{pos + 1}/{action_errors.length}
{/if}
{current_error.message}
{#if current_error.cause}
Details
{current_error.cause}
{/if}
{/if}