diff --git a/app/views/admin/education/diplomas/_list.html.erb b/app/views/admin/education/diplomas/_list.html.erb
index e7adc544efca6f34d7256ee8b0c5d22695b5a1f2..dd55353b3b6bced66b141dc9a6c66ef18832130f 100644
--- a/app/views/admin/education/diplomas/_list.html.erb
+++ b/app/views/admin/education/diplomas/_list.html.erb
@@ -3,6 +3,7 @@
     <tr>
       <th><%= Education::Diploma.human_attribute_name('name') %></th>
       <th><%= Education::Diploma.human_attribute_name('short_name') %></th>
+      <th><%= Education::Diploma.human_attribute_name('ects') %></th>
       <th><%= Education::Diploma.human_attribute_name('level') %></th>
       <th><%= Education::Diploma.human_attribute_name('programs') %></th>
       <th></th>
@@ -13,6 +14,7 @@
       <tr>
         <td><%= link_to diploma, [:admin, diploma] %></td>
         <td><%= diploma.short_name %></td>
+        <td><%= diploma.ects %></td>
         <td><%= diploma.level_i18n %></td>
         <td><%= diploma.programs.count %></td>
         <td class="text-end">