diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html
index 3d3380977..c9464c85b 100644
--- a/bookwyrm/templates/lists/list.html
+++ b/bookwyrm/templates/lists/list.html
@@ -13,7 +13,6 @@
- {% include "snippets/booklist-pagination.html" with page=items %}
{% if not items.object_list.exists %}
{% trans "This list is currently empty" %}
{% else %}
@@ -58,6 +57,7 @@
{% endfor %}
{% endif %}
+ {% include "snippets/booklist-pagination.html" with page=items %}
diff --git a/bookwyrm/templates/snippets/booklist-pagination.html b/bookwyrm/templates/snippets/booklist-pagination.html
index 69fae52e8..161c743cb 100644
--- a/bookwyrm/templates/snippets/booklist-pagination.html
+++ b/bookwyrm/templates/snippets/booklist-pagination.html
@@ -1,6 +1,37 @@
{% load i18n %}
{% if page.has_other_pages %}
-