Service Logs
{#if template}
{#each Object.keys(template) as service} {/each}
{:else}
Loading components...
{/if} {#if selectedService}
{#if logs.length === 0} {#if noContainer}
Container not found / exited.
{/if} {:else}
{#if loadLogsInterval} {/if}
{#each logs as log}

{log + '\n'}

{/each}
{/if}
{/if}