Training

{% for obj in training %} {% endfor %}
{{ loop.index0 }}

{{ obj.cls }}

Test

{% for obj in test %} {% endfor %}
{{ loop.index0 }}