{% partialdef import-flow inline %} {{ mapping_formset.non_form_errors }} {% if mapping_error %}{{ mapping_error }}{% endif %} {% if action_error %}This action is not available for the current step.{% endif %} Source column Direction Target field Actions {% for form in mapping_formset %} {% endfor %} Add column {% for preview in source_previews %} {% empty %} No sample values supplied. {% endfor %} {% endpartialdef %}