{#if currentStatus === 'running'} {/if} {#if currentStatus === 'queued'}
{$t('application.build.queued_waiting_exec')}
{:else}
Follow Logs {#if currentStatus === 'running'} Cancel build {/if}
{#if logs.length > 0}
{#each logs as log}
{log.line + '\n'}
{/each}
{:else}
No logs found.
{/if} {/if}