diff --git a/templates/_badgemenu.html b/templates/_badgemenu.html
index ee36c328..bb6ed667 100644
--- a/templates/_badgemenu.html
+++ b/templates/_badgemenu.html
@@ -7,7 +7,7 @@
{{ .Username }}
diff --git a/templates/admin/commentlist.html b/templates/admin/commentlist.html
index 39cbca0a..e457da87 100644
--- a/templates/admin/commentlist.html
+++ b/templates/admin/commentlist.html
@@ -1,6 +1,6 @@
{{define "title"}}Comments List{{end}}
{{define "content"}}
-
+
{{ range .Comments}}
{{ .Content }} | {{ .User.Username }} |
diff --git a/templates/admin/panelindex.html b/templates/admin/panelindex.html
index 5ada9c6c..aac03ffd 100644
--- a/templates/admin/panelindex.html
+++ b/templates/admin/panelindex.html
@@ -1,7 +1,7 @@
{{define "title"}}Moderation Overview{{end}}
{{define "content"}}
Last Torrents
-
+
{{ range .Torrents}}
{{ .Name }} | {{ .UploaderID }} |
@@ -14,7 +14,7 @@
Last Torrents Report
-
+
{{ range .TorrentReports}}
{{ .Torrent.Name }} | {{.User.Username}} | {{.Description}} |
@@ -27,7 +27,7 @@
Last Users
-
+
{{ range .Users}}
@@ -42,7 +42,7 @@
-
+
{{ range .Comments}}
{{ .Content }} | {{ .User.Username }} |
diff --git a/templates/admin/torrent_report.html b/templates/admin/torrent_report.html
index 0874086b..fdc8c1fa 100644
--- a/templates/admin/torrent_report.html
+++ b/templates/admin/torrent_report.html
@@ -1,7 +1,7 @@
{{define "title"}}Torrents Report{{end}}
{{define "content"}}
-
-
+
+
{{ range .Torrents}}
{{ .Torrent.Name }} | {{.User.Username}} | {{.Description}} | Delete |
{{end}}
diff --git a/templates/admin/torrentlist.html b/templates/admin/torrentlist.html
index 269bc943..62fd365d 100644
--- a/templates/admin/torrentlist.html
+++ b/templates/admin/torrentlist.html
@@ -1,6 +1,6 @@
{{define "title"}}Torrents List{{end}}
{{define "content"}}
-
+
{{ range .Torrents}}
{{ .Name }} | {{ .UploaderID }} |
diff --git a/templates/admin/userlist.html b/templates/admin/userlist.html
index 11b452a5..db67a2d8 100644
--- a/templates/admin/userlist.html
+++ b/templates/admin/userlist.html
@@ -1,6 +1,6 @@
{{define "title"}}Users List{{end}}
{{define "content"}}
-