{% load i18n %}
{% for step in checkout_flow %}
{{ step.label }}
{% endfor %}
{% trans "Order confirmed" context "checkoutflow" %}