{#each secrets as secret, index}
{#key secret.id}
{/key}
{/each}
{#if !application.settings.isBot && !application.simpleDockerfile}
{#if previewSecrets.length !== 0}
{#each previewSecrets as secret, index}
{#key index}
{/key}
{/each}
{:else}
Add secrets first to see Preview Secrets.
{/if}
{/if}