{% load bloomerp %} {% load crispy_forms_tags %}
Update {{object}}
{{wizard.steps.step1|percentage:wizard.steps.count|floatformat:0}}%
{% csrf_token %} {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form | crispy }} {% endfor %} {% else %} {{ wizard.form | crispy }} {% endif %}
{% if wizard.steps.prev %} {% endif %}