{% partialdef import-flow inline %} Review schema Confirm the fields the imported rows will create. {% if schema_form %} {{ schema_form }} {% else %} {% for field in target_schema.fields %} {{ field.label }} {% if field.kind %}{{ field.kind.type }}{% endif %} {% if field.required %}Required{% endif %} {% if not forloop.last %}{% endif %} {% empty %} No target fields are defined. {% endfor %} {% endif %} {% if action_error %}This action is not available for the current step.{% endif %} {% endpartialdef %}