{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/_sidebar.html' %} {% endblock %} {% block title %}

{% translate 'Import Tool' %}


{% endblock %} {% block content %}
{% translate 'CSV File Import' %}
{% csrf_token %}
X
{% translate 'Ignored if the CSV has its own "schema" column, or if a Pipeline is selected below.' %}
{% translate 'If set, overrides schema, encoding and separator below.' %}
{% translate 'YAML / JSON File Import' %}
{% csrf_token %}
X
{% endblock %}