diff --git a/com/templates/com/news_list.jinja b/com/templates/com/news_list.jinja
index e077ca3d..8c8a21ce 100644
--- a/com/templates/com/news_list.jinja
+++ b/com/templates/com/news_list.jinja
@@ -36,6 +36,24 @@
           {% endfor %}
           
       
+
+      
+        
{% trans %}Birthdays{% endtrans %}
+        
+          
+          {% for d in birthdays.dates('date_of_birth', 'year', 'DESC') %}
+          - 
+              {% trans age=timezone.now().year - d.year %}{{ age }} year old{% endtrans %}
+              
+          +          {% endfor %}
+
+        
+