<{{ self.heading_tag | default:"h2" }} class="cfran-stepper__title">
{% with current_step_id=self.current_step_id total_steps=self.total_steps %}
{% blocktranslate %}Step {{ current_step_id }} of {{ total_steps }}{% endblocktranslate %}
{% endwith %}
{{ self.current_step_title }}
{{ self.heading_tag | default:"h2" }}>
{% if self.next_step_title %}
{% translate "Next step:" %} {{ self.next_step_title }}
{% endif %}