{% for stop in stops %}
  1. {{ stop.data.location }}

    {% if stop.data.img %} {{ stop.data.img.alt }} {% else %}
    {% endif %}
  2. {% endfor %}