diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl
index 362352b69..aa9cd79e8 100644
--- a/templates/admin/org/list.tmpl
+++ b/templates/admin/org/list.tmpl
@@ -29,7 +29,12 @@
{{range .Users}}
| {{.ID}} |
- {{.Name}} |
+
+ {{.Name}}
+ {{if eq .Visibility 3}}
+
+ {{end}}
+ |
{{.NumTeams}} |
{{.NumMembers}} |
{{.NumRepos}} |
diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl
index aeaecf8df..21a0afed6 100644
--- a/templates/admin/repo/list.tmpl
+++ b/templates/admin/repo/list.tmpl
@@ -29,7 +29,12 @@
{{range .Repos}}
| {{.ID}} |
- {{.Owner.Name}} |
+
+ {{.Owner.Name}}
+ {{if eq .Owner.Visibility 3}}
+
+ {{end}}
+ |
{{.Name}} |
|
{{.NumWatches}} |