diff --git a/biscuit/apps/alsijil/templates/alsijil/print/full_register.html b/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
index 8485ea198b36be7498e0a335ca03bdb921e73978..dfd2a833a303b0db81a4e57c87d0792fd61c1f6f 100644
--- a/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
+++ b/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
@@ -195,6 +195,25 @@
           </table>
         {% endif %}
 
+        <h3>{% trans 'Absences and tardiness' %}</h3>
+        <table>
+          <thead>
+            <tr>
+              <th>{% trans 'Absences' %}</th>
+	      <th>{% trans 'Unexcused' %}</th>
+              <th>{% trans 'Tardiness' %}</th>
+            </tr>
+          </thead>
+
+          <tbody>
+            <tr>
+              <td>{{ person.absences }}</td>
+              <td>{{ person.unexcused }}</td>
+              <td>{{ person.tardiness </td>
+            </tr>
+          </tbody>
+        </table>
+
         <h3>{% trans 'Relevant personal notes' %}</h3>
         <table>
           <thead>