{% extends 'base.html' %} {% load static %} {% block title %}Form Wizards{% endblock %} {% block js %} {% endblock %} {% block content %}

Wizards header small text goes here...

Wizard layout 1

Wizard layout include the number of step and text. Please do note that all the wizard is for uxui ONLY but do not include any javascript or backend logic.

wizard content here

Wizard layout 2

Wizard layout include the number of step and text. Please do note that all the wizard is for uxui ONLY but do not include any javascript or backend logic.

wizard content here

Wizard layout 3

Wizard layout include the number of step and text. Please do note that all the wizard is for uxui ONLY but do not include any javascript or backend logic.

wizard content here
{% endblock %}