{% for step_number, step_name, step_link, step_completed in context["steps"] %}
{% if step_completed is not none %}
{{ step_name }}
{% endif %}
{% endfor %}
{% block contents %}{% endblock %}