diff --git a/templates/conference_list.html b/templates/conference_list.html
index 14c3560..0190d94 100644
--- a/templates/conference_list.html
+++ b/templates/conference_list.html
@@ -23,10 +23,16 @@
{{ item.start.strftime("%a, %d %b %Y") }}
{{ item.end.strftime("%a, %d %b") }}
{{ item.name }}
- {% if item.going %}
-
- {{ badge }}
-
+ {% if item.going and not (item.accommodation_booked or item.travel_booked) %}
+
+ {{ badge }}
+
+ {% endif %}
+ {% if item.accommodation_booked %}
+ accommodation
+ {% endif %}
+ {% if item.transport_booked %}
+ transport
{% endif %}
{{ item.topic }}