{% for s in segment_data.items %} {% if s == session_id %} {% assign _index = forloop.index0 %} {% break %} {% endif %} {% endfor %}