{% for step in steps %}
  1. {{ step }} {% if step == current_step %} Current {% endif %}
  2. {% endfor %}