{% load i18n %}

{{ value.title }} {% with current_step=value.current total_steps=value.total %} {% blocktranslate %}Step {{ current_step }} of {{ total_steps }}{% endblocktranslate %} {% endwith %}

{% for step in value.steps %}
{{ step.value.title }}
{{ step.value.detail|linebreaksbr }}
{% endfor %}