diff --git a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl
index 116c0e964..363b06543 100644
--- a/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl
+++ b/webapp/web/templates/freemarker/body/manageproxies/manageProxies-list.ftl
@@ -27,7 +27,7 @@ ${stylesheets.add('Relate profile editors and profiles
+
- Search results for "${searchTerm}" | - View all profile editors -
+ + <#if page.last != 0> + <#if page.previous??> + | Previous + #if> + ${page.current} of ${page.last} + <#if page.next??> + Next + #if> + + <#if searchTerm?has_content> ++ Search results for "${searchTerm}" | + View all profile editors +
+ #if> #if>