{% extends "base.html" %} {% block title %}Wizard Demo{% endblock title %} {% block styles %}{{ wizard.form.media }}{% endblock styles%} {% block content %}
{{ msg }}
Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}