{% else %}
{% if order.status == 1 %}
{% if order.can_moto %}
Next Step
...
...
{% endif %}
{% else %}
{% if order.next_status %}
Next Step
...
{% for status in order.next_status %}
...
{% endfor %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% include 'cubane/backend/form/form_start.html' with id='backend-order-form' %}
{% if not permissions or permissions.edit or permissions.create %}
{% if not is_browse_dialog and not is_create_dialog and not is_edit_dialog and not is_frontend_editing %}
{% if order.waits_for_approval %}
Order Approval
This order needs to be approved. Click on Approve if you accept the order.