No audit entries.
{{end}}
+{{template "pagination" .Nav}}
{{end}}
diff --git a/web/templates/compare.html b/web/templates/compare.html
new file mode 100644
index 0000000..e1ed269
--- /dev/null
+++ b/web/templates/compare.html
@@ -0,0 +1,53 @@
+{{define "compare_content"}}
+
+
Your growth over time
+
How your competency scores from peers have moved across rounds.
+
Back to my feedback
+
+
+{{if not .Enough}}
+My feedback
-
Consolidations shared with you.
+
+
My feedback
Consolidations shared with you.
+ {{if .CanCompare}}
See your growth over time{{end}}
+
{{if .Consolidations}}
{{if .Radar}}
diff --git a/web/templates/partials/pagination.html b/web/templates/partials/pagination.html
new file mode 100644
index 0000000..2444380
--- /dev/null
+++ b/web/templates/partials/pagination.html
@@ -0,0 +1,11 @@
+{{define "pagination"}}
+{{if .}}
+{{if or .HasPrev .HasNext}}
+
+{{end}}
+{{end}}
+{{end}}
diff --git a/web/templates/rounds.html b/web/templates/rounds.html
index a6ad676..7c3f9d9 100644
--- a/web/templates/rounds.html
+++ b/web/templates/rounds.html
@@ -7,6 +7,7 @@