{% load wagtailcore_tags %}
{% for step in self.steps %}
{{ forloop.counter }}

{{ step.title }}

{% if step.text %}

{{ step.text }}

{% endif %}
{% endfor %}