-
-
-
- {% trans "Choose form wizard handler to add" %}
-
-
-
-
-
-
-
- {% if form_wizard_handlers %}
-
-
-
- {% trans "Handler" %}
- {#{% trans "Settings" %} #}
- {% trans "Actions" %}
-
-
-
- {% for form_wizard_handler in form_wizard_handlers %}
- {% with form_wizard_handler.get_plugin as plugin %}
- {% if plugin %}
-
- {{ form_wizard_handler.plugin_name }}
- {% if form_wizard_handler.plugin_data or plugin.plugin_data_repr %}
-
- ?
-
- {% endif %}
-
-
-
- {% if form_wizard_handler.plugin_data %}
- {% trans "Edit" %}
- {% endif %}
- {% trans "Delete" %}
- {% get_fobi_form_wizard_handler_plugin_custom_actions plugin form_wizard_entry as form_wizard_handler_plugin_custom_actions %}
- {#% for action in plugin.get_custom_actions %#}
- {% for action in form_wizard_handler_plugin_custom_actions %}
- {{ action.1 }}
- {% endfor %}
-
-
-
- {% endif %}
- {% endwith %}
- {% endfor %}
-
-
+ {% if form_wizard_handlers %}
+
+
+
+ {% trans "Handler" %}
+ {#{% trans "Settings" %} #}
+ {% trans "Actions" %}
+
+
+
+ {% for form_wizard_handler in form_wizard_handlers %}
+ {% with form_wizard_handler.get_plugin as plugin %}
+ {% if plugin %}
+
+ {{ form_wizard_handler.plugin_name }}
+ {% if form_wizard_handler.plugin_data or plugin.plugin_data_repr %}
+
+ ?
+
+ {% endif %}
+
+
+
+ {% if form_wizard_handler.plugin_data %}
+ {% trans "Edit" %}
+ {% endif %}
+ {% trans "Delete" %}
+ {% get_fobi_form_wizard_handler_plugin_custom_actions plugin form_wizard_entry as form_wizard_handler_plugin_custom_actions %}
+ {#% for action in plugin.get_custom_actions %#}
+ {% for action in form_wizard_handler_plugin_custom_actions %}
+ {{ action.1 }}
+ {% endfor %}
+
+
+
{% endif %}
-
-
-
+ {% endwith %}
+ {% endfor %}
+
+
+ {% endif %}