diff --git a/mutalyzer/entrypoints/admin.py b/mutalyzer/entrypoints/admin.py
index d41df6143df7ff7b3f4e8a1598494393abf7132b..b0d26f357b5e8bb8a5266628420fc6efce6407d3 100644
--- a/mutalyzer/entrypoints/admin.py
+++ b/mutalyzer/entrypoints/admin.py
@@ -186,8 +186,8 @@ def list_batch_jobs():
         'email_len': max(len(j.email) for j, _ in batch_jobs_with_counts)
     }
 
-    template = ('{id:{id_len}}  {type:<{type_len}}  {added:%Y-%m-%d %H:%M:%S}'
-                '  {count:<{count_len}}  {email:{email_len}}')
+    template = ('{id:>{id_len}}  {type:{type_len}}  {added:%Y-%m-%d %H:%M:%S}'
+                '  {count:>{count_len}}  {email:{email_len}}')
 
     for batch_job, count in batch_jobs_with_counts:
         print template.format(