{% load i18n %}

{% trans "Add elements to your form" %}

{% csrf_token %} {% with assembled_form as form %} {% include fobi_theme.form_edit_snippet_template_name %} {% endwith %} {{ form_element_entry_formset.management_form }} {% comment %} {% with form_element_entry_formset as form %} {% include fobi_theme.form_edit_snippet_template_name %} {% endwith %} {% endcomment %}

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

{% if form_handlers %} {##} {% for form_handler in form_handlers %} {% with form_handler.get_plugin as plugin %} {% endwith %} {% endfor %}
{% trans "Handler" %}{% trans "Settings" %}{% trans "Actions" %}
{{ form_handler.plugin_name }} {% if form_handler.plugin_data or plugin.plugin_data_repr %} ? {% endif %}
{% endif %}

{% trans "Form properties" %}

{% csrf_token %} {% include fobi_theme.form_properties_snippet_template_name %}