{% extends 'base.html' %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
Basic Wizzard

This is basic example of Step

First Step

Hello in Step 1

This is the first content.

Second Step

This is step 2

This content is diferent than the first one.

Third Step

This is step 3

This is last content.

{% endblock %} {% block custom_foot_js %} {% endblock %}