{% load i18n fobi_tags %}

{% trans "Edit form wizard" %}

{% trans "Elements" %}
{% trans "Handlers" %}
{% trans "Properties" %}
{% trans "Service" %}

{% trans "Add forms to your form wizard" %}

{% trans "Choose form to add" %}
{% csrf_token %}
{% blocktrans %}Fields marked with * are required{% endblocktrans %}
{% for form_wizard_form_entry in form_wizard_entry_forms %}
{{ form_wizard_form_entry.form_entry.name }}
{#% include fobi_theme.form_edit_snippet_template_name %#} {% endfor %} {#{ form_wizard_form_entry_formset.as_p }#} {{ form_wizard_form_entry_formset.management_form }}

{% trans "Add handlers to your form wizard" %}

{% trans "Choose form handler to add" %}
{% if form_wizard_handlers %} {##} {% for form_wizard_handler in form_wizard_handlers %} {% with form_wizard_handler.get_plugin as plugin %} {% if plugin %} {% endif %} {% endwith %} {% endfor %}
{% trans "Handler" %}{% trans "Settings" %}{% trans "Actions" %}
{{ 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 %}

{% trans "Form wizard properties" %}

{% csrf_token %} {% include fobi_theme.form_wizard_properties_snippet_template_name %}

{% trans "Service" %}

{% trans "Export your form wizard as JSON" %}

{% trans "Export your form wizard into JSON format and import it again any time!" %}

{% trans "Export form" %}

{% trans "Delete your form wizard" %}

{% trans "Once deleted, can't be undone!" %}

{% trans "Delete form" %}