{% include 'cubane/backend/form/form_start.html' %}
{% 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 not without_save %}
{% endif %}
{% if not without_continuation %}
{% endif %}
{% if not is_index_dialog %}
{% endif %}
{% if form.has_required_fields and form.visible_fields %}
{% if form.all_fields_are_requried %}
{% include 'cubane/backend/form/form_all_field_notice.html' %}
{% else %}
{% include 'cubane/backend/form/form_required_field_notice.html' %}
{% endif %}
{% endif %}