diff --git a/pinaxcon/templates/symposion/schedule/_mobile.html b/pinaxcon/templates/symposion/schedule/_mobile.html index 14d1157b..9e40c13c 100644 --- a/pinaxcon/templates/symposion/schedule/_mobile.html +++ b/pinaxcon/templates/symposion/schedule/_mobile.html @@ -33,8 +33,8 @@ {% endwith %}

- {% if has_tracks %} - {% with slot.rooms|listlookup:forloop.counter0|trackname:timetable.day as track_name %} + {% if has_tracks and not slot.exclusive %} + {% with slot.rooms.0|trackname:timetable.day as track_name %} {% if track_name %}{{ track_name }} — {% endif %} {% endwith %} {% endif %}