+
+
+
+
+ {% if form_handlers %}
+
+
+
+
+
+ |
+ {% trans "Handler" %}
+
+ |
+ {% comment %}
+
+ {% trans "Settings" %}
+
+ |
+ {% endcomment %}
+
+ {% trans "Actions" %}
+
+ |
+
+
+
+ {% for form_handler in form_handlers %}
+ {% with form_handler.get_plugin as plugin %}
+ {% if plugin %}
+
+ | {{ form_handler.plugin_name }}
+ {% if form_handler.plugin_data %}
+
+ ?
+
+ {% endif %}
+ |
+
+
+ {% if form_handler.plugin_data %}
+ - {% trans "Edit" %}
+ {% endif %}
+ - {% trans "Delete" %}
+ {% get_fobi_form_handler_plugin_custom_actions plugin form_entry as form_handler_plugin_custom_actions %}
+ {% for action in form_handler_plugin_custom_actions %}
+ - {{ action.1 }}
+ {% endfor %}
+
+ |
+
+ {% endif %}
+ {% endwith %}
+ {% endfor %}
+
+
+
+
+ {% endif %}
+