[#list 1..configuration.numberOfSteps as i]
  1. [#if configuration.showTitles]
    Step ${i}
    [/#if]
  2. [/#list]