diff --git a/app/templates/queue.html b/app/templates/queue.html
index 4f02295..76881da 100644
--- a/app/templates/queue.html
+++ b/app/templates/queue.html
@@ -53,6 +53,14 @@
+ {% if cycles %}
+
Cycles: + {% for (a, b) in cycles %} + {{ a }} ↔ {{ b }}{{ ", " if not loop.last else "" }} + {% endfor %} +
+ {% endif %} +