{% extends 'formie/_layouts/settings' %} {% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% block content %}
Error: {{ errors | json_encode }}
{{ 'An existing form was found with the “{handle}” handle. Choose how you‘d like to handle importing.' | t('formie', { handle: existingForm.handle }) }}
{{ 'A new handle will be generated for you.' | t('formie') }}
{{ 'This will update the existing “{handle}” form and completely replace its settings, fields, layout, notifications and more with the data you‘re importing.' | t('formie', { handle: existingForm.handle }) }} {{ 'This action will be permanent.' | t('formie') }}
{{ 'Ready to import.' | t('formie') }}