- {{template "base/alert" .}} -

- {{.locale.Tr "settings.repos"}} -

-
- {{if or .allowAdopt .allowDelete}} - {{if .Dirs}} -
- {{range $dirI, $dir := .Dirs}} - {{$repo := index $.ReposMap $dir}} -
-
- {{if $repo}} - {{if $repo.IsPrivate}} - {{svg "octicon-lock"}} - {{else if $repo.IsFork}} - {{svg "octicon-repo-forked"}} - {{else if $repo.IsMirror}} - {{svg "octicon-mirror"}} - {{else if $repo.IsTemplate}} - {{svg "octicon-repo-template"}} - {{else}} - {{svg "octicon-repo"}} - {{end}} - {{$repo.OwnerName}}/{{$repo.Name}} - {{FileSize $repo.Size}} - {{if $repo.IsFork}} - {{$.locale.Tr "repo.forked_from"}} - {{$repo.BaseRepo.OwnerName}}/{{$repo.BaseRepo.Name}} - {{end}} - {{else}} - {{svg "octicon-file-directory-fill"}} - {{$.ContextUser.Name}}/{{$dir}} -
- {{if $.allowAdopt}} - -