{#if show}

{$t.git?.deploy || "Deploy Dashboard"}

{#if loading}

{$t.migration?.loading_envs || "Loading environments..."}

{:else if environments.length === 0}

{$t.git?.no_deploy_envs || "No deployment environments configured."}

{:else}
{/if}
{/if}