diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html
index 38c2ebb01..21b249d47 100644
--- a/ietf/templates/meeting/agenda.html
+++ b/ietf/templates/meeting/agenda.html
@@ -386,10 +386,40 @@
{% endif %}
{% if schedule.meeting.number|add:"0" >= 80 %}
-
-
+ {% with item.session.recordings as recordings %}
+ {% if recordings %}
+
+
+ {% for r in recordings %}
+ {% if r.href and 'audio' in r.href %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {% for r in recordings %}
+ {% if r.href and 'youtu' in r.href %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {% for r in recordings %}
+ {% if r.href and not 'audio' in r.href and not 'youtu' in r.href %}
+
+
+
+ {% endif %}
+ {% endfor %}
+ {% else %}
+
+
+ {% endif %}
+ {% endwith %}
{% endif %}
{# #}