{% block head %}{% endblock %}
{% if steps %}
{% for step in steps %}
{% if step.status == 'done' %}
{% else %} {{ loop.index }} {% endif %}
{{ step.name }}
{% if not loop.last %}
{% endif %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}