{{ctx.Locale.Tr "repo.settings"}}
{{ctx.Locale.Tr "repo.settings.options"}} {{if or .Repository.IsPrivate .Permission.HasAnyUnitPublicAccess}} {{ctx.Locale.Tr "repo.settings.public_access"}} {{end}} {{ctx.Locale.Tr "repo.settings.collaboration"}} {{if not DisableWebhooks}} {{ctx.Locale.Tr "repo.settings.hooks"}} {{end}} {{if .Repository.UnitEnabled ctx ctx.Consts.RepoUnitTypeCode}} {{ctx.Locale.Tr "repo.settings.branches"}} {{ctx.Locale.Tr "repo.settings.tags"}} {{if .SignedUser.CanEditGitHook}} {{ctx.Locale.Tr "repo.settings.githooks"}} {{end}} {{ctx.Locale.Tr "repo.settings.deploy_keys"}} {{if .LFSStartServer}} {{ctx.Locale.Tr "repo.settings.lfs"}} {{end}} {{end}}
{{ctx.Locale.Tr "actions.actions"}}
{{ctx.Locale.Tr "actions.general"}} {{if and .EnableActions (.Permission.CanRead ctx.Consts.RepoUnitTypeActions)}} {{ctx.Locale.Tr "actions.runners"}} {{ctx.Locale.Tr "secrets.secrets"}} {{ctx.Locale.Tr "actions.variables"}} {{end}}