{% load i18n %}
<{{ value.heading_tag | default:"h2" }} class="fr-stepper__title"> {{ 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 %}