{% extends "base.html" %} {% block title %}Import — alembic{% endblock %} {% block content %}

Manual import

{% 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/

Run import

{% for name in contents %}
{% endblock %}