{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Create AS & Net - Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}

{{ message }}

{% csrf_token %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form }} {% endfor %} {% else %} {{ wizard.form|crispy }} {% endif %}
{% if wizard.steps.prev %} {% endif %} {% if wizard.steps.next %} {# #} {# #} {% else %} {# #} {% endif %}
{% include "whoisdb/create_js.html" %} {% endblock %}