diff --git a/templates/schedule/historic/item.html b/templates/schedule/historic/item.html
index 2e471bf5a..cccc19188 100644
--- a/templates/schedule/historic/item.html
+++ b/templates/schedule/historic/item.html
@@ -60,8 +60,19 @@
Video
- View this video on YouTube.
{% endif %}
+ Video Hosts:
+
+ {% if event.video.ccc %}
+ - View this video on media.ccc.de.
+ {% endif %}
+ {% if event.video.archiveorg %}
+ - View this video on the Internet Archive.
+ {% endif %}
+ {% if event.video.youtube %}
+ - View this video on YouTube.
+ {% endif %}
+
{% endif %}
{% endblock %}
diff --git a/templates/schedule/item.html b/templates/schedule/item.html
index 19f70aa96..8ebebdf46 100644
--- a/templates/schedule/item.html
+++ b/templates/schedule/item.html
@@ -135,8 +135,16 @@ Video
- View this video on YouTube.
{% endif %}
+ Video Hosts:
+
+ {% if proposal.c3voc_url %}
+ - View this video on media.ccc.de.
+ {% endif %}
+ {% if proposal.youtube_url %}
+ - View this video on YouTube.
+ {% endif %}
+
{% endif %}