diff --git a/pagure/templates/user_list.html b/pagure/templates/user_list.html
index 5bf65b0..42fdf6a 100644
--- a/pagure/templates/user_list.html
+++ b/pagure/templates/user_list.html
@@ -67,6 +67,26 @@
{% endfor %}
+
+ {% if total_page and total_page > 1 %}
+
+ {% endif %}
{% endblock %}