{% load i18n %}
<{{ 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 }}
{% if self.next_step_title %}

{% translate "Next step:" %} {{ self.next_step_title }}

{% endif %}