diff --git a/web/app/templates/admin/user.html.j2 b/web/app/templates/admin/user.html.j2
index ad22d71260eccb9a19824454f2fe82e42eb82e12..c1e53a182f9eb2a6b3a1c52c366afa0732b1b80f 100644
--- a/web/app/templates/admin/user.html.j2
+++ b/web/app/templates/admin/user.html.j2
@@ -39,7 +39,8 @@
         <input id="search-corpus" class="search" type="search"></input>
         <label for="search-corpus">Search corpus</label>
       </div>
-      <table>
+      <ul class="pagination paginationTop"></ul>
+      <table class="highlight">
         <thead>
           <tr>
             <th></th>
@@ -53,7 +54,7 @@
         </thead>
         <tbody class="list"></tbody>
       </table>
-      <ul class="pagination"></ul>
+      <ul class="pagination paginationBottom"></ul>
     </div>
   </div>
 </div>
@@ -67,7 +68,8 @@
         <input id="search-job" class="search" type="search"></input>
         <label for="search-job">Search job</label>
       </div>
-      <table>
+      <ul class="pagination paginationTop"></ul>
+      <table class="highlight">
         <thead>
           <tr>
             <th><span class="sort" data-sort="service">Service</span></th>
@@ -81,7 +83,7 @@
         </thead>
         <tbody class="list"></tbody>
       </table>
-      <ul class="pagination"></ul>
+      <ul class="pagination paginationBottom"></ul>
     </div>
   </div>
 </div>
@@ -99,7 +101,6 @@
   </div>
 </div>
 
-
 <script type="module">
 import {RessourceList} from '../../static/js/nopaque.lists.js';
 let corpusList = new RessourceList("corpora", nopaque.foreignCorporaSubscribers, "Corpus");
diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2
index c8ffc207393a3ac6d88fab3348aca5ff31bc46c5..2fb7f3f47bbf0a20a3b761890269837e2759e43a 100644
--- a/web/app/templates/nopaque.html.j2
+++ b/web/app/templates/nopaque.html.j2
@@ -121,9 +121,6 @@
     <script src="{{ url_for('static', filename='js/List.js/list.min.js') }}"></script>
     <script src="{{ url_for('static', filename='js/Socket.IO/socket.io.slim.js') }}"></script>
     <script src="{{ url_for('static', filename='js/nopaque.js') }}"></script>
-    <script type="module">
-      import {RessourceList} from '../../static/js/nopaque.lists.js'
-    </script>
     <script>
       {% if current_user.is_authenticated %}
       {% if current_user.setting_dark_mode %}