{% extends "base.html" %} {% block title %}Import — alembic{% endblock %} {% block content %} {% if request.query_params.get('run_id') %}
Import job started (run id {{ request.query_params.get('run_id') }}). Check the Jobs page for progress.
{% endif %}

Upload a file into import-me/

Contents of import-me/

{% if contents %} {% else %}

(empty)

{% endif %}

Run import

Blank = import everything above. {% for name in contents %}
{% endblock %}