+ {{if gt .Page 1}}
{{end}}
+ {{range .PageList}}
+
+ {{end}}
+ {{if ne .LastPage .Page}}
{{end}}
+
+ {{end}}
{{template "footer.html" . }}
diff --git a/templates/panel-users.html b/templates/panel-users.html
index 1b66e1af..cf26d74d 100644
--- a/templates/panel-users.html
+++ b/templates/panel-users.html
@@ -19,5 +19,14 @@
{{end}}
+ {{if gt .LastPage 1}}
+
+ {{if gt .Page 1}}
{{end}}
+ {{range .PageList}}
+
+ {{end}}
+ {{if ne .LastPage .Page}}
{{end}}
+
+ {{end}}
{{template "footer.html" . }}
diff --git a/templates/topic.html b/templates/topic.html
index 279f30c1..df0dd975 100644
--- a/templates/topic.html
+++ b/templates/topic.html
@@ -39,7 +39,7 @@
{{if .CurrentUser.Perms.DeleteTopic}}