{% if data.locations %}
{% for location in data.locations %} {% if location.slides %} {% for slide in location.slides %} {# #} {% endfor %}

Slides Running Now

{{ slide.title }}
{{ slide.duration }}
{{ slide.subQueue_label }}finished in {{ slide.minutes_until_end }} minutes{{ slide.slider_replacement_string }} remove
{% endif %} {% endfor %}
{% endif %}