{% extends "base.html" %} {% block title %}Import a table from another Datasette instance{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}

home

{{ super() }} {% endblock %} {% block content %}

Import a table from another Datasette instance

{% if error %}

{{ error }}

{% endif %}

{% if databases|length > 1 %}

{% endif %}
{% endblock %}