diff --git a/aleksis/core/templates/core/announcements.html b/aleksis/core/templates/core/announcements.html
index 3e1925536a12bb3824a5b5bb11adb636fcfc9bf2..81d9e2e823e08d970b1995f3a997e08af64256b1 100644
--- a/aleksis/core/templates/core/announcements.html
+++ b/aleksis/core/templates/core/announcements.html
@@ -18,6 +18,13 @@
       {% endif %}
 
       <i class="material-icons left">announcement</i>
+
+      {% if show_recipients and announcement.recipients %}
+        <p>
+          {{ announcement.recipients.all|join:", " }}:
+        </p>
+      {% endif %}
+
       <p>
         <strong>{{ announcement.title }}</strong> <br/>
         {{ announcement.description }}