{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if step_num is defined and step_total is defined and step_label is defined %}

Step {{ step_num }} of {{ step_total }} • {{ step_label }}

{% endif %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}