diff --git a/ietf/templates/meeting/session_details_panel.html b/ietf/templates/meeting/session_details_panel.html
index d053ba1c1c..7488bb6820 100644
--- a/ietf/templates/meeting/session_details_panel.html
+++ b/ietf/templates/meeting/session_details_panel.html
@@ -320,7 +320,7 @@
Notes and recordings
{% endif %}
{# Recordings #}
- {% if meeting.number|add:"0" >= 80 %}
+ {% if meeting.type.slug == 'interim' or meeting.number|add:"0" >= 80 %}
{% with session.recordings as recordings %}
{% if recordings %}
{# There's no guaranteed order, so this is a bit messy: #}
@@ -370,4 +370,4 @@ Notes and recordings
{% endif %}
{% endwith %}{% endwith %}
-{% endfor %}
\ No newline at end of file
+{% endfor %}