{#if show}
{dashboardTitle} · slug: {dashboardId}
{model.gitError.message || model.gitError}
{#if model.gitError.files?.length}{file}{$t.git?.deploy_confirm_intro || 'Подтвердите деплой. Введите slug дашборда:'} {model.deployConfirmSlug}
{($t.git?.create_repo_dialog?.name_prompt || 'Repository name for {provider}:').replace('{provider}', model.createRepoProviderLabel)}
{ if (e.key === 'Enter' && model.pendingRepoName.trim()) model.confirmCreateRemoteRepo(); }} />