{% for item in location_list %} {% if loop.index < loop.length %} {{ item.contentInfo.name }} {% else %} {{ item.contentInfo.name }} {% endif %} {% endfor %}