{% spaceless %} {% if collection.legend %}{{ collection.legend }}{% endif %} {% for holder in collection %} {{ forloop.counter }} {{ holder.step_label }} {% endfor %} {% for holder in collection %} {{ holder }} {% endfor %} {% if collection.help_text %}{% include help_text_template with help_text=collection.help_text %}{% endif %} {% endspaceless %}