diff --git a/templates/juser/user_list.html b/templates/juser/user_list.html index e14f80f4a..af93ecdbe 100644 --- a/templates/juser/user_list.html +++ b/templates/juser/user_list.html @@ -67,23 +67,38 @@ {% endfor %} - - +
+
+
Showing 1 to 25 of 57 entries
+
+
+
+
    + {% if contacts.has_previous %} + + {% for page in p.page_range %} + {% ifequal offset1 page %} +
  • {{ page }}
  • + {% else %} +
  • {{ page }}
  • + {% endifequal %} + {% endfor %} + {% if contacts.has_next %} + +
+
+
+