{{ctx.Locale.Tr "repo.settings.delete_desc"}}
{{ctx.Locale.Tr "repo.settings.delete_notices_2" `` | Safe}}{{ctx.Locale.Tr "repo.settings.delete_notices_fork_1"}}
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin")}}
ID{{SortArrow "oldest" "newest" $.SortType false}} | {{ctx.Locale.Tr "admin.repos.owner"}} | {{ctx.Locale.Tr "admin.repos.name"}} {{SortArrow "alphabetically" "reversealphabetically" $.SortType false}} | {{ctx.Locale.Tr "admin.repos.watches"}} | {{ctx.Locale.Tr "admin.repos.stars"}} {{SortArrow "moststars" "feweststars" $.SortType false}} | {{ctx.Locale.Tr "admin.repos.forks"}} {{SortArrow "mostforks" "fewestforks" $.SortType false}} | {{ctx.Locale.Tr "admin.repos.issues"}} | {{ctx.Locale.Tr "admin.repos.size"}} {{SortArrow "gitsize" "reversegitsize" $.SortType false}} | {{ctx.Locale.Tr "admin.repos.lfs_size"}} {{SortArrow "lfssize" "reverselfssize" $.SortType false}} | {{ctx.Locale.Tr "admin.auths.updated"}} | {{ctx.Locale.Tr "admin.users.created"}} | {{ctx.Locale.Tr "admin.notices.op"}} |
---|---|---|---|---|---|---|---|---|---|---|---|
{{.ID}} | {{.Owner.Name}} {{if .Owner.Visibility.IsPrivate}} {{svg "octicon-lock"}} {{end}} | {{.Name}} {{if .IsArchived}} {{ctx.Locale.Tr "repo.desc.archived"}} {{end}} {{if .IsPrivate}} {{ctx.Locale.Tr "repo.desc.private"}} {{else}} {{if .Owner.Visibility.IsPrivate}} {{ctx.Locale.Tr "repo.desc.internal"}} {{end}} {{end}} {{if .IsTemplate}} {{ctx.Locale.Tr "repo.desc.template"}} {{end}} {{if .IsMirror}} {{svg "octicon-mirror"}} {{else if .IsFork}} {{svg "octicon-repo-forked"}} {{end}} | {{.NumWatches}} | {{.NumStars}} | {{.NumForks}} | {{.NumIssues}} | {{FileSize .GitSize}} | {{FileSize .LFSSize}} | {{DateTime "short" .UpdatedUnix}} | {{DateTime "short" .CreatedUnix}} | {{svg "octicon-trash"}} |
{{ctx.Locale.Tr "repo.settings.delete_desc"}}
{{ctx.Locale.Tr "repo.settings.delete_notices_2" `` | Safe}}