{% for step, label in steps %}
  1. {% if step == 'terms' and current != 'terms' %} {# Link back to the TOS if we're past this step. #} {{ label }} {% else %} {{ label }} {% endif %}
  2. {% endfor %}