{#if show}
{dashboardTitle} · slug: {dashboardId}
{model.gitError.message || model.gitError}
{#if model.gitError.files?.length}{file}{($t.git?.workspace_pending_hint || '{count} файлов изменены. Они не войдут в текущую публикацию, пока вы не сохраните новую версию.').replace('{count}', String(model.changedFilesCount))}
Привязка репозитория использует другой Git-сервер: origin — {model.originHost}, выбранный сервер — {model.configHost}. Push заблокирован до перепривязки, чтобы не отправить изменения не в тот репозиторий.
{$t.git?.git_server_mismatch_fix || 'Настроить'}{$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(); }} />