{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin")}}

{{ctx.Locale.Tr "admin.repos.repo_manage_panel"}} ({{ctx.Locale.Tr "admin.total" .Total}})

{{template "shared/repo_search" .}}
{{range .Repos}} {{end}}
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 "repo.watchers"}} {{ctx.Locale.Tr "repo.stars"}} {{SortArrow "moststars" "feweststars" $.SortType false}} {{ctx.Locale.Tr "repo.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 eq .ObjectFormatName "sha256"}} {{ctx.Locale.Tr "repo.desc.sha256"}} {{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"}}
{{template "base/paginate" .}}
{{template "admin/layout_footer" .}}