{# /** * @file * Default theme implementation for the checkout progress. * * Available variables: * - steps: An array of steps, where each step has the following keys: * - id: The step ID. * - label: The step label. * - position: 'previous', 'current' or 'next'. * * @ingroup themeable */ #}
    {% for step in steps %}
  1. {{ step.label }}
  2. {% endfor %}